Update app.py
Browse files
app.py
CHANGED
|
@@ -1055,7 +1055,7 @@ class BasicAgent:
|
|
| 1055 |
|
| 1056 |
agent_answer = response["output"]
|
| 1057 |
|
| 1058 |
-
agent_answer = str(response)
|
| 1059 |
|
| 1060 |
# agent_answer = str(df)
|
| 1061 |
# agent_answer = str(response.status_code) + " - " + task_id
|
|
|
|
| 1055 |
|
| 1056 |
agent_answer = response["output"]
|
| 1057 |
|
| 1058 |
+
# agent_answer = str(response)
|
| 1059 |
|
| 1060 |
# agent_answer = str(df)
|
| 1061 |
# agent_answer = str(response.status_code) + " - " + task_id
|