allinaigc commited on
Commit
686b2e4
·
verified ·
1 Parent(s): c74c04c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,7 +79,8 @@ authenticator = stauth.Authenticate(
79
  config['preauthorized']
80
  )
81
 
82
- user, authentication_status, username = authenticator.login('用户登录', 'main')
 
83
  print('登录的用户:', username)
84
 
85
  ### Streamlit Sidebar 左侧工具栏
 
79
  config['preauthorized']
80
  )
81
 
82
+ user, authentication_status, username = authenticator.login('用户登录')
83
+ # user, authentication_status, username = authenticator.login('用户登录', 'main')
84
  print('登录的用户:', username)
85
 
86
  ### Streamlit Sidebar 左侧工具栏