ccgalindog commited on
Commit
afb1b82
·
verified ·
1 Parent(s): 0c596ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ class BasicAgent:
24
  question,
25
  '',
26
  )
27
- answer = self.basic_agent.run(agent_question)
28
 
29
  return answer
30
 
 
24
  question,
25
  '',
26
  )
27
+ answer = self.basic_agent.run(agent_question).replace('FINAL ANSWER:', '').strip()
28
 
29
  return answer
30