Update app.py
Browse files
app.py
CHANGED
|
@@ -1075,9 +1075,9 @@ class BasicAgent:
|
|
| 1075 |
if response["output"].strip() in self.letters_to_number_mapping:
|
| 1076 |
response["output"] = self.letters_to_number_mapping[response["output"]]
|
| 1077 |
|
| 1078 |
-
|
| 1079 |
|
| 1080 |
-
agent_answer = str(response)
|
| 1081 |
|
| 1082 |
# agent_answer = str(df)
|
| 1083 |
# agent_answer = str(response.status_code) + " - " + task_id
|
|
|
|
| 1075 |
if response["output"].strip() in self.letters_to_number_mapping:
|
| 1076 |
response["output"] = self.letters_to_number_mapping[response["output"]]
|
| 1077 |
|
| 1078 |
+
agent_answer = response["output"]
|
| 1079 |
|
| 1080 |
+
# agent_answer = str(response)
|
| 1081 |
|
| 1082 |
# agent_answer = str(df)
|
| 1083 |
# agent_answer = str(response.status_code) + " - " + task_id
|