Update app.py
Browse files
app.py
CHANGED
@@ -517,7 +517,9 @@ authenticator = stauth.Authenticate(
|
|
517 |
''''''
|
518 |
|
519 |
# user, authentication_status, username = authenticator.login('用户登录', 'main')
|
520 |
-
user, authentication_status, username = authenticator.login('用户登录', 'sidebar')
|
|
|
|
|
521 |
# print("name", name, "username", username)
|
522 |
|
523 |
if authentication_status:
|
|
|
517 |
''''''
|
518 |
|
519 |
# user, authentication_status, username = authenticator.login('用户登录', 'main')
|
520 |
+
# user, authentication_status, username = authenticator.login('用户登录', 'sidebar')
|
521 |
+
user, authentication_status, username = authenticator.login('sidebar')
|
522 |
+
|
523 |
# print("name", name, "username", username)
|
524 |
|
525 |
if authentication_status:
|