Spaces:
Sleeping
Sleeping
Ashmi Banerjee commited on
Commit ·
1fce419
1
Parent(s): 7905b1b
without st.rerun()
Browse files- views/nav_buttons.py +1 -1
views/nav_buttons.py
CHANGED
|
@@ -79,7 +79,7 @@ def navigation_buttons(data, response: Response):
|
|
| 79 |
for model, ratings in response.model_ratings.items()
|
| 80 |
}
|
| 81 |
st.session_state.current_index += 1
|
| 82 |
-
st.rerun()
|
| 83 |
|
| 84 |
with col3: # Submit button
|
| 85 |
if st.button("Submit & Resume Later"):
|
|
|
|
| 79 |
for model, ratings in response.model_ratings.items()
|
| 80 |
}
|
| 81 |
st.session_state.current_index += 1
|
| 82 |
+
# st.rerun()
|
| 83 |
|
| 84 |
with col3: # Submit button
|
| 85 |
if st.button("Submit & Resume Later"):
|