IAMTFRMZA commited on
Commit
ac910e7
·
verified ·
1 Parent(s): 09c9e5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ AUTHORIZED_USERS = {
13
  "[email protected]": "Pass.123",
14
  "[email protected]": "Pass.123",
15
  "[email protected]": "Pass.123",
16
- "[email protected]": "Pass.123"
 
17
  }
18
 
19
  if "authenticated" not in st.session_state:
 
13
  "[email protected]": "Pass.123",
14
  "[email protected]": "Pass.123",
15
  "[email protected]": "Pass.123",
16
+ "[email protected]": "Pass.123",
17
+ "[email protected]": "Pass.123"
18
  }
19
 
20
  if "authenticated" not in st.session_state: