JaredBailey commited on
Commit
1f4e833
·
verified ·
1 Parent(s): 4fdf119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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