ITSAIDI commited on
Commit
a7eb438
1 Parent(s): 6288d29
Files changed (1) hide show
  1. 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('Image'):
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: