Kaladin4 commited on
Commit
461f841
·
1 Parent(s): ab36e53

fx: correct user name and space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ async def run_and_submit_all():
22
  submit_url = f"{Config.get_default_api_url()}/submit"
23
 
24
  # 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)
25
- agent_code = f"https://huggingface.co/spaces/Kaladin4/FinalTest/tree/main"
26
 
27
  # 2. Fetch Questions
28
  print(f"Fetching questions from: {questions_url}")
 
22
  submit_url = f"{Config.get_default_api_url()}/submit"
23
 
24
  # 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)
25
+ agent_code = f"https://huggingface.co/spaces/Kaladin4/AgentCourseU4/tree/main"
26
 
27
  # 2. Fetch Questions
28
  print(f"Fetching questions from: {questions_url}")