Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ login_container = st.container()
|
|
| 29 |
def login(password_input):
|
| 30 |
if password_input == password:
|
| 31 |
st.session_state.authenticated = True
|
| 32 |
-
login_container.empty()
|
| 33 |
else:
|
| 34 |
st.error("Invalid password")
|
| 35 |
|
|
|
|
| 29 |
def login(password_input):
|
| 30 |
if password_input == password:
|
| 31 |
st.session_state.authenticated = True
|
| 32 |
+
login_container.empty()
|
| 33 |
else:
|
| 34 |
st.error("Invalid password")
|
| 35 |
|