fcesc-code commited on
Commit
bec08ce
1 Parent(s): 90ada41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -26,6 +26,9 @@ if st.button("Create My Story!"):
26
 
27
  # Add a fun element
28
  st.balloons()
 
 
 
29
  else:
30
  st.warning("Please tell me your name and choose a story theme.")
31
 
 
26
 
27
  # Add a fun element
28
  st.balloons()
29
+
30
+ # Go to response page
31
+ st.switch_page("pages/response.py")
32
  else:
33
  st.warning("Please tell me your name and choose a story theme.")
34