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

Upodate app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- "manish@schlagergroup.com.au": "Pass.123",
15
- "benb@schlagergroup.com.au": "Pass.123",
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: