Junaidb commited on
Commit
a0a0758
·
verified ·
1 Parent(s): 6313dc4

Create secrets.toml

Browse files
Files changed (1) hide show
  1. .streamlit/secrets.toml +23 -0
.streamlit/secrets.toml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cookie:
2
+ expiry_days: 30
3
+ key: # To be filled with any string
4
+ name: # To be filled with any string
5
+ credentials:
6
+ usernames:
7
+ junaid:
8
9
+ failed_login_attempts: 0 #Will be managed automatically
10
+ first_name: Junaid
11
+ last_name: Bashir
12
+ logged_in: False #Will be managed automatically
13
+ password: junaid #Will be hashed automatically
14
+
15
+
16
+ danish:
17
18
+ failed_login_attempts: 0 #Will be managed automatically
19
+ first_name: Dansih
20
+ last_name: Bashir
21
+ logged_in: False #Will be managed automatically
22
+ password: danish #Will be hashed automatically
23
+