Spaces:
Running
Running
Update app.py
Browse filesFormatting docstring
app.py
CHANGED
@@ -150,7 +150,7 @@ def summarize_and_answer_from_web(url: str, question:str) -> str:
|
|
150 |
def tool_visit_webpage(url:str) -> str:
|
151 |
'''
|
152 |
A tool used to visit a webpage, and return the appropriate information from it
|
153 |
-
Args
|
154 |
url: A string url, the site to be visited
|
155 |
'''
|
156 |
vst = VisitWebpageTool()
|
|
|
150 |
def tool_visit_webpage(url:str) -> str:
|
151 |
'''
|
152 |
A tool used to visit a webpage, and return the appropriate information from it
|
153 |
+
Args:
|
154 |
url: A string url, the site to be visited
|
155 |
'''
|
156 |
vst = VisitWebpageTool()
|