Upload app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 194 |
and displays the results.
|
| 195 |
"""
|
| 196 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
| 197 |
-
space_id = "
|
| 198 |
|
| 199 |
if profile:
|
| 200 |
username= f"{profile.username}"
|
|
|
|
| 194 |
and displays the results.
|
| 195 |
"""
|
| 196 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
| 197 |
+
space_id = "innovation64/Final_Assignment_codeagent"
|
| 198 |
|
| 199 |
if profile:
|
| 200 |
username= f"{profile.username}"
|