nebi commited on
Commit
3dd47cb
·
verified ·
1 Parent(s): 5069b01

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -295,7 +295,7 @@ if st.session_state.label_input in ['cat', 'dog']:
295
  st.session_state.next=False
296
 
297
 
298
- with col4:
299
  if st.button("next",disabled=st.session_state.next):
300
  if not st.session_state.next:
301
  fetch_image()
 
295
  st.session_state.next=False
296
 
297
 
298
+ with col4:
299
  if st.button("next",disabled=st.session_state.next):
300
  if not st.session_state.next:
301
  fetch_image()