Spaces:
Build error
Build error
fx: correct user name and space
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ async def run_and_submit_all():
|
|
| 22 |
submit_url = f"{Config.get_default_api_url()}/submit"
|
| 23 |
|
| 24 |
# In the case of an app running as a hugging Face space, this link points toward your codebase ( usefull for others so please keep it public)
|
| 25 |
-
agent_code = f"https://huggingface.co/spaces/Kaladin4/
|
| 26 |
|
| 27 |
# 2. Fetch Questions
|
| 28 |
print(f"Fetching questions from: {questions_url}")
|
|
|
|
| 22 |
submit_url = f"{Config.get_default_api_url()}/submit"
|
| 23 |
|
| 24 |
# In the case of an app running as a hugging Face space, this link points toward your codebase ( usefull for others so please keep it public)
|
| 25 |
+
agent_code = f"https://huggingface.co/spaces/Kaladin4/AgentCourseU4/tree/main"
|
| 26 |
|
| 27 |
# 2. Fetch Questions
|
| 28 |
print(f"Fetching questions from: {questions_url}")
|