Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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']
|