Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,6 +130,7 @@ if st.session_state.screen == 1:
|
|
| 130 |
if st.button(f"Select Image ↑", key="button_2"):
|
| 131 |
st.session_state.image = img_2
|
| 132 |
st.session_state.screen = 2
|
|
|
|
| 133 |
st.rerun()
|
| 134 |
with row3_col3:
|
| 135 |
img_3 = Image.open(image_path + "IMG_5368.JPG")
|
|
|
|
| 130 |
if st.button(f"Select Image ↑", key="button_2"):
|
| 131 |
st.session_state.image = img_2
|
| 132 |
st.session_state.screen = 2
|
| 133 |
+
st.empty()
|
| 134 |
st.rerun()
|
| 135 |
with row3_col3:
|
| 136 |
img_3 = Image.open(image_path + "IMG_5368.JPG")
|