Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -420,8 +420,8 @@ def main():
|
|
420 |
st.session_state.username = username_input
|
421 |
else:
|
422 |
st.error("Invalid username or password")
|
423 |
-
|
424 |
-
|
425 |
|
426 |
if st.button("Create Account"):
|
427 |
conn = setup_database()
|
|
|
420 |
st.session_state.username = username_input
|
421 |
else:
|
422 |
st.error("Invalid username or password")
|
423 |
+
# Here’s the message informing users to click twice if needed
|
424 |
+
st.write("**Note:** If the login does not work, please click the button twice.")
|
425 |
|
426 |
if st.button("Create Account"):
|
427 |
conn = setup_database()
|