Spaces:
Runtime error
Runtime error
Update generate_keys.py
Browse files- generate_keys.py +1 -1
generate_keys.py
CHANGED
|
@@ -4,7 +4,7 @@ import pickle
|
|
| 4 |
from pathlib import Path
|
| 5 |
import streamlit_authenticator as stauth
|
| 6 |
|
| 7 |
-
names = ['
|
| 8 |
usernames = ['docwhiz']
|
| 9 |
passwords = ['Docwhiz']
|
| 10 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
import streamlit_authenticator as stauth
|
| 6 |
|
| 7 |
+
names = ['mlreply']
|
| 8 |
usernames = ['docwhiz']
|
| 9 |
passwords = ['Docwhiz']
|
| 10 |
|