Spaces:
Sleeping
Sleeping
Commit
·
d927fa8
1
Parent(s):
9060842
update
Browse files
app.py
CHANGED
|
@@ -557,6 +557,7 @@ def main():
|
|
| 557 |
|
| 558 |
# Remove processed image from the list
|
| 559 |
st.session_state['input_list'].remove(selected_img)
|
|
|
|
| 560 |
st.rerun()
|
| 561 |
else:
|
| 562 |
with R_save:
|
|
@@ -574,6 +575,7 @@ def main():
|
|
| 574 |
|
| 575 |
# Remove processed image from the list
|
| 576 |
st.session_state['input_list'].remove(selected_img)
|
|
|
|
| 577 |
st.rerun()
|
| 578 |
|
| 579 |
|
|
|
|
| 557 |
|
| 558 |
# Remove processed image from the list
|
| 559 |
st.session_state['input_list'].remove(selected_img)
|
| 560 |
+
st.session_state['quad_index'] = 0
|
| 561 |
st.rerun()
|
| 562 |
else:
|
| 563 |
with R_save:
|
|
|
|
| 575 |
|
| 576 |
# Remove processed image from the list
|
| 577 |
st.session_state['input_list'].remove(selected_img)
|
| 578 |
+
st.session_state['quad_index'] = 0
|
| 579 |
st.rerun()
|
| 580 |
|
| 581 |
|