Spaces:
Sleeping
Sleeping
sourabhzanwar
commited on
Commit
•
dc07ef2
1
Parent(s):
412a390
authentication update
Browse files- generate_keys.py +1 -1
generate_keys.py
CHANGED
@@ -7,7 +7,7 @@ import streamlit_authenticator as stauth
|
|
7 |
|
8 |
names = ['admin']
|
9 |
usernames = ['admin']
|
10 |
-
passwords = ['
|
11 |
|
12 |
hashed_passwords = stauth.Hasher((passwords)).generate()
|
13 |
|
|
|
7 |
|
8 |
names = ['admin']
|
9 |
usernames = ['admin']
|
10 |
+
passwords = ['xxxxxxxx']
|
11 |
|
12 |
hashed_passwords = stauth.Hasher((passwords)).generate()
|
13 |
|