fcesc-code commited on
Commit
66fa04c
·
verified ·
1 Parent(s): e664ffc

Update pages/response.py

Browse files
Files changed (1) hide show
  1. pages/response.py +4 -0
pages/response.py CHANGED
@@ -1,2 +1,6 @@
 
 
 
 
1
  if st.button("Another story!"):
2
  st.switch_page("app.py")
 
1
+ title = f'{child_name}\'s story'
2
+
3
+ st.title("Magic Story Buddy")
4
+
5
  if st.button("Another story!"):
6
  st.switch_page("app.py")