AI-Quotient commited on
Commit
e367dbe
·
verified ·
1 Parent(s): a0b5cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,10 +131,10 @@ def pvsnp(problem):
131
  with the tools leveraged.''')
132
  final_answer = f"""
133
  Agent's Response:
134
- {textwrap.indent(textwrap.fill(agent_response, width=80), prefix=' ')}
135
 
136
  Critic's Response:
137
- {textwrap.indent(textwrap.fill(critic_response, width=80), prefix=' ')}
138
  """
139
  return final_answer
140
 
 
131
  with the tools leveraged.''')
132
  final_answer = f"""
133
  Agent's Response:
134
+ {textwrap.indent(textwrap.fill(answer, width=80), prefix=' ')}
135
 
136
  Critic's Response:
137
+ {textwrap.indent(textwrap.fill(critic_answer, width=80), prefix=' ')}
138
  """
139
  return final_answer
140