Coool2 commited on
Commit
2ff3c3a
·
verified ·
1 Parent(s): 72bb87e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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