Sonu313131 commited on
Commit
a655e08
·
verified ·
1 Parent(s): de9d24e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from smolagents import CodeAgent
29
 
30
  class CustomDuckDuckGoTool(DuckDuckGoSearchTool):
31
  name = "duckduckgo_search"
32
- description = "Searches the web using DuckDuckGo.
33
 
34
  class WebSearchTool(Tool):
35
  name = "web_search"
 
29
 
30
  class CustomDuckDuckGoTool(DuckDuckGoSearchTool):
31
  name = "duckduckgo_search"
32
+ description = "Searches the web using DuckDuckGo."
33
 
34
  class WebSearchTool(Tool):
35
  name = "web_search"