Upload app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,8 @@ authenticator = stauth.Authenticate(
|
|
| 79 |
config['preauthorized']
|
| 80 |
)
|
| 81 |
|
| 82 |
-
user, authentication_status, username = authenticator.login('用户登录'
|
|
|
|
| 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 左侧工具栏
|