Updated agent_code
Browse files
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": "
|
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)
|