fcesc-code commited on
Commit
90ada41
β€’
1 Parent(s): 4e07b81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
 
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!")
 
2
 
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!")