Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ if not st.session_state.authenticated:
|
|
| 47 |
if submit_password:
|
| 48 |
if password == "umc2025": # Password as set
|
| 49 |
st.session_state.authenticated = True
|
| 50 |
-
st.
|
| 51 |
else:
|
| 52 |
st.error("Incorrect password. Please try again.")
|
| 53 |
|
|
|
|
| 47 |
if submit_password:
|
| 48 |
if password == "umc2025": # Password as set
|
| 49 |
st.session_state.authenticated = True
|
| 50 |
+
st.rerun() # Refresh to show main app
|
| 51 |
else:
|
| 52 |
st.error("Incorrect password. Please try again.")
|
| 53 |
|