Update app.py
Browse files
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.
|
| 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"]:
|