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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -452,6 +452,7 @@ def main_app():
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):
 
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):