IAMTFRMZA commited on
Commit
0fc4132
·
verified ·
1 Parent(s): ac910e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,9 +12,9 @@ st.set_page_config(page_title="Schlager ContractAi", layout="wide")
12
  AUTHORIZED_USERS = {
13
  "andrew@lortechnologies.com": "Pass.123",
14
  "manish@schlagergroup.com.au": "Pass.123",
15
- "BenB@schlagergroup.com.au": "Pass.123",
16
  "nick@schlagergroup.com.au": "Pass.123",
17
- "Thomasc@Schlagergroup.com.au": "Pass.123"
18
  }
19
 
20
  if "authenticated" not in st.session_state:
 
12
  AUTHORIZED_USERS = {
13
  "andrew@lortechnologies.com": "Pass.123",
14
  "manish@schlagergroup.com.au": "Pass.123",
15
+ "benb@schlagergroup.com.au": "Pass.123",
16
  "nick@schlagergroup.com.au": "Pass.123",
17
+ "thomasc@schlagergroup.com.au": "Pass.123"
18
  }
19
 
20
  if "authenticated" not in st.session_state: