ChIrish06 commited on
Commit
7a28cf7
·
verified ·
1 Parent(s): 42c57d5

Update app.py

Browse files

Formatting docstring

Files changed (1) hide show
  1. app.py +1 -1
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()