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

Update app.py

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