Toumaima commited on
Commit
48cc86c
·
verified ·
1 Parent(s): 1eec54e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ class BasicAgent:
91
  if "commutative" in question.lower():
92
  counter_example_elements = self.check_commutativity()
93
  final_answer = ", ".join(counter_example_elements)
94
- return f"FINAL ANSWER: right"
95
 
96
  if self.maybe_reversed(question):
97
  print("Detected likely reversed riddle.")
 
91
  if "commutative" in question.lower():
92
  counter_example_elements = self.check_commutativity()
93
  final_answer = ", ".join(counter_example_elements)
94
+ return f"FINAL ANSWER:{final_answer}"
95
 
96
  if self.maybe_reversed(question):
97
  print("Detected likely reversed riddle.")