Sandiago21 commited on
Commit
bfec91c
·
verified ·
1 Parent(s): cfc8f36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # 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
 
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