sourabhzanwar commited on
Commit
dc07ef2
1 Parent(s): 412a390

authentication update

Browse files
Files changed (1) hide show
  1. 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 = ['admin1']
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