Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -608,7 +608,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 608 |
print(f"Error instantiating agent: {e}")
|
| 609 |
return f"Error initializing agent: {e}", None
|
| 610 |
# 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)
|
| 611 |
-
agent_code = f"https://huggingface.co/spaces/
|
| 612 |
|
| 613 |
# 2. Fetch Questions
|
| 614 |
print(f"Fetching questions from: {questions_url}")
|
|
|
|
| 608 |
print(f"Error instantiating agent: {e}")
|
| 609 |
return f"Error initializing agent: {e}", None
|
| 610 |
# 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)
|
| 611 |
+
agent_code = f"https://huggingface.co/spaces/Psiska/Final_Assignment/tree/main"
|
| 612 |
|
| 613 |
# 2. Fetch Questions
|
| 614 |
print(f"Fetching questions from: {questions_url}")
|