ashishja commited on
Commit
45d7ae2
·
verified ·
1 Parent(s): 3f1eae6

Updated agent_code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def submit_questions(answers: list[str]) -> Dict[str, Any]:
76
  url = 'https://agents-course-unit4-scoring.hf.space/submit'
77
  payload = {
78
  "username": "ashishja",
79
- "agent_code": "your_agent_code",
80
  "answers": answers}
81
  headers = {'accept': 'application/json', "Content-Type": "application/json"}
82
  response = requests.post(url, headers=headers, json =payload)
 
76
  url = 'https://agents-course-unit4-scoring.hf.space/submit'
77
  payload = {
78
  "username": "ashishja",
79
+ "agent_code": "https://huggingface.co/spaces/ashishja/Agents_Course_Final_Assignment_Ashish",
80
  "answers": answers}
81
  headers = {'accept': 'application/json', "Content-Type": "application/json"}
82
  response = requests.post(url, headers=headers, json =payload)