Upodate app.py
Browse files
app.py
CHANGED
@@ -11,10 +11,8 @@ st.set_page_config(page_title="Schlager ContractAi", layout="wide")
|
|
11 |
# Authentication
|
12 |
AUTHORIZED_USERS = {
|
13 |
"[email protected]": "Pass.123",
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"[email protected]": "Pass.123",
|
17 |
-
"[email protected]": "Pass.123"
|
18 |
}
|
19 |
|
20 |
if "authenticated" not in st.session_state:
|
|
|
11 |
# Authentication
|
12 |
AUTHORIZED_USERS = {
|
13 |
"[email protected]": "Pass.123",
|
14 |
+
"rian@lortechnologies.com": "Pass.123",
|
15 |
+
"test@test,com": "Pass.123"
|
|
|
|
|
16 |
}
|
17 |
|
18 |
if "authenticated" not in st.session_state:
|