ZeroTimo commited on
Commit
0d2f2e8
·
verified ·
1 Parent(s): c499c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ class BasicAgent:
22
  return answer.strip()
23
  except Exception as e:
24
  print(f"Agent error: {e}")
25
- return "I don't know."
26
 
27
  def run_and_submit_all( profile: gr.OAuthProfile | None):
28
  """
 
22
  return answer.strip()
23
  except Exception as e:
24
  print(f"Agent error: {e}")
25
+ return "I don't know. There is an exception."
26
 
27
  def run_and_submit_all( profile: gr.OAuthProfile | None):
28
  """