SilviuMatei commited on
Commit
c417a23
·
verified ·
1 Parent(s): 41c23fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
- from tools.final_answer import VisitWebpageTool
8
 
9
  @tool
10
  def my_custom_tool(arg1:str, arg2:int)-> str: # it's important to specify the return type
 
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
+ from tools.getDeviceInfo import VisitWebpageTool
8
 
9
  @tool
10
  def my_custom_tool(arg1:str, arg2:int)-> str: # it's important to specify the return type