Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,9 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
55 |
print(f"Error instantiating agent: {e}")
|
56 |
return f"Error initializing agent: {e}", None
|
57 |
# 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)
|
58 |
-
agent_code = f"https://huggingface.co/spaces/{testAgent}/tree/main"
|
|
|
|
|
59 |
print(agent_code)
|
60 |
|
61 |
# 2. Fetch Questions
|
|
|
55 |
print(f"Error instantiating agent: {e}")
|
56 |
return f"Error initializing agent: {e}", None
|
57 |
# 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)
|
58 |
+
#agent_code = f"https://huggingface.co/spaces/{testAgent}/tree/main"
|
59 |
+
agent_code = f"https://huggingface.co/spaces/optionEdge/testAgent/tree/main"
|
60 |
+
#*
|
61 |
print(agent_code)
|
62 |
|
63 |
# 2. Fetch Questions
|