Skip to content

Commit 522644c

Browse files
authored
fix/multipage demo (whitphx#1127)
* Add intro at streamlit_app.py * Rename pages/*.py adding the prefix numbers * Rename streamlit_app.py to home.py * Apply black
1 parent 0557803 commit 522644c

14 files changed

+4
-0
lines changed

streamlit_app.py home.py

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
logger = logging.getLogger()
66

77
st.title("streamlit-webrtc demo!")
8+
st.info(
9+
"""👈 Select the demo
10+
"""
11+
)
812

913

1014
if __name__ == "__main__":
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pages/record.py pages/7_record.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)