Datawithsarah commited on
Commit
aa8a441
·
1 Parent(s): dec881c

added submit uri

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -93,6 +93,8 @@ def submit_cached_answers(profile: gr.OAuthProfile | None):
93
  "agent_code": agent_code,
94
  "answers": cached_answers
95
  }
 
 
96
 
97
  try:
98
  response = requests.post(submit_url, json=payload, timeout=60)
 
93
  "agent_code": agent_code,
94
  "answers": cached_answers
95
  }
96
+
97
+ submit_url = "https://agents-course-unit4-scoring.hf.space/submit"
98
 
99
  try:
100
  response = requests.post(submit_url, json=payload, timeout=60)