jjvelezo commited on
Commit
64dea07
·
verified ·
1 Parent(s): 48c606b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
58
 
59
  # 1. Instantiate Agent ( modify this part to create your agent)
60
  try:
61
- agent = DuckDuckGoAgent()
62
  except Exception as e:
63
  print(f"Error instantiating agent: {e}")
64
  return f"Error initializing agent: {e}", None
 
58
 
59
  # 1. Instantiate Agent ( modify this part to create your agent)
60
  try:
61
+ agent = SmartDuckDuckGoAgent()
62
  except Exception as e:
63
  print(f"Error instantiating agent: {e}")
64
  return f"Error initializing agent: {e}", None