Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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":
|