MarcosRodrigo commited on
Commit
50f0f97
·
verified ·
1 Parent(s): 323dd2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -153,7 +153,6 @@ 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
- 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":
 
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":