errchh
commited on
Commit
·
72b8c5f
1
Parent(s):
fbd7eda
fix space id
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
48 |
print(f"Error instantiating agent: {e}")
|
49 |
return f"Error initializing agent: {e}", None
|
50 |
# 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)
|
51 |
-
agent_code = f"https://huggingface.co/spaces/
|
52 |
print(agent_code)
|
53 |
|
54 |
# 2. Fetch Questions
|
|
|
48 |
print(f"Error instantiating agent: {e}")
|
49 |
return f"Error initializing agent: {e}", None
|
50 |
# 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)
|
51 |
+
agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
|
52 |
print(agent_code)
|
53 |
|
54 |
# 2. Fetch Questions
|