Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -201,6 +201,7 @@ if st.session_state.screen == 2:
|
|
| 201 |
if st.button("Select New Photo", use_container_width=True):
|
| 202 |
st.session_state.screen = 1
|
| 203 |
st.session_state.results = None
|
|
|
|
| 204 |
st.rerun()
|
| 205 |
with row5a_col2:
|
| 206 |
if st.button("Next", use_container_width=True):
|
|
|
|
| 201 |
if st.button("Select New Photo", use_container_width=True):
|
| 202 |
st.session_state.screen = 1
|
| 203 |
st.session_state.results = None
|
| 204 |
+
st.session_state.image_counter = 0
|
| 205 |
st.rerun()
|
| 206 |
with row5a_col2:
|
| 207 |
if st.button("Next", use_container_width=True):
|