thatting commited on
Commit
f052a7f
·
verified ·
1 Parent(s): bf27f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import yaml
12
 
13
  # Import modules and classes from openai and smolagents
14
  from smolagents import CodeAgent, HfApiModel, DuckDuckGoSearchTool, VisitWebpageTool
15
- from tools import SimplifyAnswerTool
16
  from huggingface_hub import login
17
 
18
  # Log in to Hugging Face with API_KEY
 
12
 
13
  # Import modules and classes from openai and smolagents
14
  from smolagents import CodeAgent, HfApiModel, DuckDuckGoSearchTool, VisitWebpageTool
15
+ from tools import FinalAnswerTool
16
  from huggingface_hub import login
17
 
18
  # Log in to Hugging Face with API_KEY