Skip to content

Commit efa88c1

Browse files
committed
Add docstring.
1 parent 81bebe1 commit efa88c1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/sample/sample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""This example demonstrates how to open/update a Streamlit application using nipanel package."""
2+
13
import os
24

35
import nipanel

examples/sample/sample_panel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Streamlit application script for displaying values using nipanel package."""
2+
13
import streamlit as st
24

35
import nipanel

0 commit comments

Comments
 (0)