Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
-
|
| 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()
|