IAMTFRMZA commited on
Commit
f6db629
·
verified ·
1 Parent(s): b394a30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,10 +12,11 @@ from openai import OpenAI
12
  # ------------------ Authentication ------------------
13
  VALID_USERS = {
14
  "[email protected]": "Pass.123",
15
- "Reubina.Wadee@wits.ac.za": "Pass.123",
16
  "[email protected]": "Pass.123",
17
  "[email protected]": "Pass.123",
18
  "[email protected]": "Pass.123",
 
19
  }
20
 
21
  def login():
 
12
  # ------------------ Authentication ------------------
13
  VALID_USERS = {
14
  "[email protected]": "Pass.123",
15
+ "reubina.wadee@wits.ac.za": "Pass.123",
16
  "[email protected]": "Pass.123",
17
  "[email protected]": "Pass.123",
18
  "[email protected]": "Pass.123",
19
+ "[email protected]": "Pass.123",
20
  }
21
 
22
  def login():