Srj-ai commited on
Commit
b2f9a21
·
verified ·
1 Parent(s): d040dea

Update app.py

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