jjvelezo commited on
Commit
5a888b8
·
verified ·
1 Parent(s): 427cae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  import inspect
5
  import pandas as pd
6
  from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel
7
- from agent import SmartDuckDuckGoAgent
8
 
9
 
10
 
 
4
  import inspect
5
  import pandas as pd
6
  from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel
7
+ from agent import EnhancedAgent
8
 
9
 
10