Spaces:
Running
Running
Update app.py
Browse filesCorrecting import path
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
|