Sina Media Lab commited on
Commit
9c54a34
·
1 Parent(s): a85d53f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,4 +209,4 @@ if st.button("Go!"):
209
 
210
  elif action == "New":
211
  navigate_question("new")
212
- st.experimental_rerun() # Forces the app to rerun and show the new question immediately
 
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