Swathi02 commited on
Commit
bc6bac5
·
verified ·
1 Parent(s): 0878102

Added Prof Kumar as user

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -198,6 +198,9 @@ def check_auth(username, password):
198
  elif (user == 'nischal' and password == 'veytel'):
199
  create_csv()
200
  return True
 
 
 
201
  elif (user == 'konstantine' and password == 'upmc2023'):
202
  create_csv()
203
  return True
 
198
  elif (user == 'nischal' and password == 'veytel'):
199
  create_csv()
200
  return True
201
+ elif (user == 'vijayakumar' and password == 'veytel'):
202
+ create_csv()
203
+ return True
204
  elif (user == 'konstantine' and password == 'upmc2023'):
205
  create_csv()
206
  return True