Spaces:
Sleeping
Sleeping
fcesc-code
commited on
Update pages/response.py
Browse files- 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")
|