Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,6 +97,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 97 |
#submitted_answer = agent(question_text)
|
| 98 |
print("Asking question ...")
|
| 99 |
submitted_answer = agent.run("How many seconds would it take for a leopard at full speed to run through Pont des Arts?")
|
|
|
|
| 100 |
answers_payload.append({"task_id": task_id, "submitted_answer": submitted_answer})
|
| 101 |
results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": submitted_answer})
|
| 102 |
except Exception as e:
|
|
|
|
| 97 |
#submitted_answer = agent(question_text)
|
| 98 |
print("Asking question ...")
|
| 99 |
submitted_answer = agent.run("How many seconds would it take for a leopard at full speed to run through Pont des Arts?")
|
| 100 |
+
print("Asked question ...")
|
| 101 |
answers_payload.append({"task_id": task_id, "submitted_answer": submitted_answer})
|
| 102 |
results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": submitted_answer})
|
| 103 |
except Exception as e:
|