Spaces:
Sleeping
Sleeping
ITSAIDI
commited on
Commit
•
a7eb438
1
Parent(s):
6288d29
sc
Browse files- utilitis.py +1 -1
utilitis.py
CHANGED
@@ -166,7 +166,7 @@ def Change_Image(image1,image2):
|
|
166 |
st.session_state.current_image = 'image1'
|
167 |
|
168 |
# Button to switch between images
|
169 |
-
if st.button('
|
170 |
if st.session_state.current_image == 'image1':
|
171 |
st.session_state.current_image = 'image2'
|
172 |
else:
|
|
|
166 |
st.session_state.current_image = 'image1'
|
167 |
|
168 |
# Button to switch between images
|
169 |
+
if st.sidebar.button('Remove'):
|
170 |
if st.session_state.current_image == 'image1':
|
171 |
st.session_state.current_image = 'image2'
|
172 |
else:
|