techarmour commited on
Commit
b07cdaa
·
verified ·
1 Parent(s): 4673751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
38
  appendix = "#" * count
39
 
40
  # Use the .run() method to perform the search
41
- search_results = duck_tool(query)
42
 
43
  #return "What magic will you build ?"
44
 
 
38
  appendix = "#" * count
39
 
40
  # Use the .run() method to perform the search
41
+ search_results = DuckDuckGoSearchTool()
42
 
43
  #return "What magic will you build ?"
44