Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def login_page():
|
|
| 53 |
st.session_state["is_authenticated"] = True
|
| 54 |
st.session_state["current_user"] = username
|
| 55 |
st.success("Login successful!")
|
| 56 |
-
st.
|
| 57 |
else:
|
| 58 |
st.error("Invalid username or password")
|
| 59 |
|
|
|
|
| 53 |
st.session_state["is_authenticated"] = True
|
| 54 |
st.session_state["current_user"] = username
|
| 55 |
st.success("Login successful!")
|
| 56 |
+
st.rerun()
|
| 57 |
else:
|
| 58 |
st.error("Invalid username or password")
|
| 59 |
|