Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ if st.session_state.screen == 2:
|
|
| 225 |
st.rerun()
|
| 226 |
with row4a_col2:
|
| 227 |
if st.button("Next"):
|
| 228 |
-
if st.session_state.image_counter < len(st.session_state.results - 1:
|
| 229 |
st.session_state.image_counter += 1
|
| 230 |
|
| 231 |
# predictions
|
|
|
|
| 225 |
st.rerun()
|
| 226 |
with row4a_col2:
|
| 227 |
if st.button("Next"):
|
| 228 |
+
if st.session_state.image_counter < len(st.session_state.results) - 1:
|
| 229 |
st.session_state.image_counter += 1
|
| 230 |
|
| 231 |
# predictions
|