artintel235 commited on
Commit
10d2490
·
verified ·
1 Parent(s): fbffe08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -452,7 +452,6 @@ def main_app():
452
 
453
  if st.button("Close"):
454
  st.session_state.selected_image = None # close the modal when "close" is clicked
455
- st.experimental_rerun()
456
 
457
  # Logout button
458
  if st.button("Logout", on_click=logout_callback):
 
452
 
453
  if st.button("Close"):
454
  st.session_state.selected_image = None # close the modal when "close" is clicked
 
455
 
456
  # Logout button
457
  if st.button("Logout", on_click=logout_callback):