rsynak commited on
Commit
1b79391
·
verified ·
1 Parent(s): afc1bf1

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,8 +18,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
18
  """
19
  return "What magic will you build ?"
20
 
21
- @tool
22
- def duckduckgo_tool = DuckDuckGoSearchTool()
23
 
24
  @tool
25
  def get_current_time_in_timezone(timezone: str) -> str:
 
18
  """
19
  return "What magic will you build ?"
20
 
21
+ duckduckgo_tool = DuckDuckGoSearchTool()
 
22
 
23
  @tool
24
  def get_current_time_in_timezone(timezone: str) -> str: