MarcosRodrigo commited on
Commit
d7b98b0
·
verified ·
1 Parent(s): e754731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -153,6 +153,7 @@ if menu == "Poll":
153
  upload_temp_file_to_repo()
154
  st.success(f"Selections saved for {st.session_state.users[-1]}!")
155
  st.session_state.step = 1 # Reset to step 1 for the next user
 
156
 
157
  # "Current" view to display the current summary of all users' selections and submit to history
158
  elif menu == "Current":
 
153
  upload_temp_file_to_repo()
154
  st.success(f"Selections saved for {st.session_state.users[-1]}!")
155
  st.session_state.step = 1 # Reset to step 1 for the next user
156
+ st.experimental_set_query_params(step="reset")
157
 
158
  # "Current" view to display the current summary of all users' selections and submit to history
159
  elif menu == "Current":