Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -210,7 +210,7 @@ if st.session_state.screen == 2:
|
|
| 210 |
|
| 211 |
with row5_col3:
|
| 212 |
# navigation
|
| 213 |
-
|
| 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:
|