allinaigc commited on
Commit
5ae3b3b
·
verified ·
1 Parent(s): 0e75aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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: