Spaces:
Sleeping
Sleeping
File size: 308 Bytes
b5f5cd6 |
1 2 3 4 5 6 7 8 9 10 11 12 |
credentials:
usernames:
user:
email: [email protected]
name: your_name
password: your_password # Make sure to create a password, it can be anything
cookie:
name: streamlit_auth_cookie
key: abcdefghij # A random string
expiry_days: 30
preauthorized:
- [email protected] |