Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,7 @@ from src.submission.submit import add_new_eval
|
|
| 31 |
|
| 32 |
loggedin = False
|
| 33 |
|
|
|
|
| 34 |
def check_login(profile: gr.OAuthProfile | None) -> bool:
|
| 35 |
if profile is None:
|
| 36 |
return False
|
|
|
|
| 31 |
|
| 32 |
loggedin = False
|
| 33 |
|
| 34 |
+
|
| 35 |
def check_login(profile: gr.OAuthProfile | None) -> bool:
|
| 36 |
if profile is None:
|
| 37 |
return False
|