fcesc-code commited on
Commit
b788982
Β·
verified Β·
1 Parent(s): 2f9e337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
  # Set up the Streamlit app
4
- st.Page(title='Rainyday', default='True')
5
  st.title("πŸ§šβ€β™€οΈ Magic Story Buddy πŸ“š")
6
  st.markdown("Let's create a magical story just for you!")
7
 
 
1
  import streamlit as st
2
 
3
  # Set up the Streamlit app
4
+ st.Page(page, *, title='Rainyday', default='True')
5
  st.title("πŸ§šβ€β™€οΈ Magic Story Buddy πŸ“š")
6
  st.markdown("Let's create a magical story just for you!")
7