Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def check_auth(username, password):
|
|
14 |
("user2", "password2"),
|
15 |
("user3", "password3"),
|
16 |
("user4", "password4"),
|
17 |
-
("
|
18 |
("ArinMamaGirls", "C4nn@T3ch$0lu710n$2023!"),
|
19 |
]
|
20 |
# Check if the provided credentials match any valid pair
|
|
|
14 |
("user2", "password2"),
|
15 |
("user3", "password3"),
|
16 |
("user4", "password4"),
|
17 |
+
("JustinRoute66", "W3lc0meR66!"),
|
18 |
("ArinMamaGirls", "C4nn@T3ch$0lu710n$2023!"),
|
19 |
]
|
20 |
# Check if the provided credentials match any valid pair
|