Update app.py
Browse files
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:
|