Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ class BasicAgent:
|
|
| 71 |
|
| 72 |
Respond with ONLY the final answer."""
|
| 73 |
|
| 74 |
-
output = self.agent.run(prompt)
|
| 75 |
return str(output).strip()
|
| 76 |
|
| 77 |
|
|
|
|
| 71 |
|
| 72 |
Respond with ONLY the final answer."""
|
| 73 |
|
| 74 |
+
output = self.agent.run(prompt)
|
| 75 |
return str(output).strip()
|
| 76 |
|
| 77 |
|