Spaces:
Sleeping
Sleeping
Update pages/response.py
Browse files- pages/response.py +1 -1
pages/response.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
if st.button("Another story!")
|
2 |
st.switch_page("app.py")
|
|
|
1 |
+
if st.button("Another story!"):
|
2 |
st.switch_page("app.py")
|