JaredBailey commited on
Commit
53c498c
·
verified ·
1 Parent(s): 399f0b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ if st.session_state.screen == 2:
210
 
211
  with row5_col3:
212
  # navigation
213
- row4a_col0, row4a_col1, row4a_col2= st.columns([1,1,1], gap="medium")
214
  with row5a_col0:
215
  if st.button("Back"):
216
  if st.session_state.image_counter > 0:
 
210
 
211
  with row5_col3:
212
  # navigation
213
+ row5a_col0, row5a_col1, row5a_col2= st.columns([1,1,1], gap="medium")
214
  with row5a_col0:
215
  if st.button("Back"):
216
  if st.session_state.image_counter > 0: