maciekwisniewski commited on
Commit
3d4d98e
·
verified ·
1 Parent(s): f3b4ed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
48
 
49
  # 1. Instantiate Agent ( modify this part to create your agent)
50
  try:
51
- agent = BasicAgent()
52
  except Exception as e:
53
  print(f"Error instantiating agent: {e}")
54
  return f"Error initializing agent: {e}", None
 
48
 
49
  # 1. Instantiate Agent ( modify this part to create your agent)
50
  try:
51
+ agent = BestAgent()
52
  except Exception as e:
53
  print(f"Error instantiating agent: {e}")
54
  return f"Error initializing agent: {e}", None