MariaFilipkowska commited on
Commit
4cd0b89
·
verified ·
1 Parent(s): 2bb5e04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ class BasicAgent:
163
  answer = answer.replace('*', '')
164
  #fixed_answer = answer.replace(']', '')
165
  print(f"Agent returning fixed answer: {answer}")
166
- return fixed_answer
167
 
168
 
169
  def run_and_submit_all(profile: gr.OAuthProfile | None):
 
163
  answer = answer.replace('*', '')
164
  #fixed_answer = answer.replace(']', '')
165
  print(f"Agent returning fixed answer: {answer}")
166
+ return answer
167
 
168
 
169
  def run_and_submit_all(profile: gr.OAuthProfile | None):