mmichiels13 commited on
Commit
f4e78fe
·
verified ·
1 Parent(s): 21861a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import pandas as pd
7
  # Import our custom tools from their modules
8
  from huggingface_hub import login
9
  from smolagents import CodeAgent, InferenceClientModel
10
- from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool
11
  from retriever import load_guest_dataset
12
  from functools import lru_cache
13
 
 
7
  # Import our custom tools from their modules
8
  from huggingface_hub import login
9
  from smolagents import CodeAgent, InferenceClientModel
10
+ from tools import web_search, visit_webpage, final_answer
11
  from retriever import load_guest_dataset
12
  from functools import lru_cache
13