Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,7 @@ async def run_and_submit_all( profile= None):
|
|
61 |
return f"Error initializing agent: {e}", None
|
62 |
# 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)
|
63 |
#agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
|
|
|
64 |
print(agent_code)
|
65 |
|
66 |
# 2. Fetch Questions
|
|
|
61 |
return f"Error initializing agent: {e}", None
|
62 |
# 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)
|
63 |
#agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
|
64 |
+
agent_code = "Running on Kaggle"
|
65 |
print(agent_code)
|
66 |
|
67 |
# 2. Fetch Questions
|