Spaces:
Sleeping
Sleeping
Added Prof Kumar as user
Browse files
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
|