Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ if 0 <= current_index < len(data):
|
|
| 81 |
|
| 82 |
if current_index < len(data) - 1:
|
| 83 |
st.session_state.current_index += 1
|
| 84 |
-
st.experimental_rerun()
|
| 85 |
else:
|
| 86 |
st.success("You have completed all questions!")
|
| 87 |
st.stop()
|
|
|
|
| 81 |
|
| 82 |
if current_index < len(data) - 1:
|
| 83 |
st.session_state.current_index += 1
|
| 84 |
+
# st.experimental_rerun()
|
| 85 |
else:
|
| 86 |
st.success("You have completed all questions!")
|
| 87 |
st.stop()
|