Sina Media Lab
commited on
Commit
·
9c54a34
1
Parent(s):
a85d53f
Updates
Browse files
app.py
CHANGED
@@ -209,4 +209,4 @@ if st.button("Go!"):
|
|
209 |
|
210 |
elif action == "New":
|
211 |
navigate_question("new")
|
212 |
-
st.
|
|
|
209 |
|
210 |
elif action == "New":
|
211 |
navigate_question("new")
|
212 |
+
st.experimental_set_query_params(dummy="1") # Forces the app to rerun and show the new question immediately
|