ChIrish06 commited on
Commit
58e6ca4
·
verified ·
1 Parent(s): a1a9cfa

Update app.py

Browse files

Correcting import path

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import requests
11
  from bs4 import BeautifulSoup
12
  import json
13
 
14
- from visit_webpage import VisitWebpageTool
15
 
16
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
17
  @tool
 
11
  from bs4 import BeautifulSoup
12
  import json
13
 
14
+ from tools.visit_webpage import VisitWebpageTool
15
 
16
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
17
  @tool