Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
# Set up the Streamlit app
|
4 |
# st.Page(page, *, title='Rainyday', default='True')
|
5 |
# pg = st.navigation([st.Page("app.py", title="Bedstories"), st.Page("pages/response.py", title="Bedstory")])
|
6 |
-
pg.run()
|
7 |
st.title("π§ββοΈ Magic Story Buddy π")
|
8 |
st.markdown("Let's create a magical story just for you!")
|
9 |
|
|
|
3 |
# Set up the Streamlit app
|
4 |
# st.Page(page, *, title='Rainyday', default='True')
|
5 |
# pg = st.navigation([st.Page("app.py", title="Bedstories"), st.Page("pages/response.py", title="Bedstory")])
|
6 |
+
# pg.run()
|
7 |
st.title("π§ββοΈ Magic Story Buddy π")
|
8 |
st.markdown("Let's create a magical story just for you!")
|
9 |
|