Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ class BasicAgent:
|
|
54 |
|
55 |
# --- Evaluation Logic ---
|
56 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|
57 |
-
space_id = "
|
58 |
if profile:
|
59 |
username = f"{profile.username}"
|
60 |
else:
|
|
|
54 |
|
55 |
# --- Evaluation Logic ---
|
56 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|
57 |
+
space_id = "YajieXu/Final_Assignment_Template"
|
58 |
if profile:
|
59 |
username = f"{profile.username}"
|
60 |
else:
|