SG-2025 commited on
Commit
9ee4679
·
verified ·
1 Parent(s): 5969f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ def main_app():
323
  st.session_state["is_authenticated"] = False
324
  st.session_state["current_user"] = None
325
  st.success("Logged out successfully!")
326
- st.experimental_rerun()
327
 
328
  # Streamlit App Logic
329
  if not st.session_state["is_authenticated"]:
 
323
  st.session_state["is_authenticated"] = False
324
  st.session_state["current_user"] = None
325
  st.success("Logged out successfully!")
326
+ st.rerun()
327
 
328
  # Streamlit App Logic
329
  if not st.session_state["is_authenticated"]: