mkdem commited on
Commit
9468ea9
·
verified ·
1 Parent(s): 50d43ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ class BasicAgent:
26
  print(f"Agent received question (first 50 chars): {question[:50]}...")
27
  new_answer = agent.run(question)
28
  print(f"Agent returning answer: {new_answer}")
29
- return fixed_answer
30
 
31
  def run_and_submit_all( profile: gr.OAuthProfile | None):
32
  """
 
26
  print(f"Agent received question (first 50 chars): {question[:50]}...")
27
  new_answer = agent.run(question)
28
  print(f"Agent returning answer: {new_answer}")
29
+ return new_answer
30
 
31
  def run_and_submit_all( profile: gr.OAuthProfile | None):
32
  """