Toumaima commited on
Commit
c87b88e
·
verified ·
1 Parent(s): 2b209f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ class BasicAgent:
32
 
33
  def format_final_answer(self, answer: str) -> str:
34
  cleaned = " ".join(answer.split())
35
- return f"FINAL ANSWER: {cleaned}"
36
 
37
  def check_commutativity(self):
38
  S = ['a', 'b', 'c', 'd', 'e']
 
32
 
33
  def format_final_answer(self, answer: str) -> str:
34
  cleaned = " ".join(answer.split())
35
+ return f"FINAL ANSWER: "+{cleaned}
36
 
37
  def check_commutativity(self):
38
  S = ['a', 'b', 'c', 'd', 'e']