ChIrish06 commited on
Commit
f186791
·
verified ·
1 Parent(s): 83e96b7

Update app.py

Browse files

Small update to try a rebuild

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def webpage_header_get(url:str)-> str: #it's import to specify the return type
41
  #Keep this format for the description / args / args description but feel free to modify the tool
42
  """A simple function to grab header of a webpage. Can be passed into webpage_contents_get if desired.
43
  Args:
44
- url: The URL the contents of which the tool will get
45
  """
46
  response = requests.get(url)
47
  return response.headers
 
41
  #Keep this format for the description / args / args description but feel free to modify the tool
42
  """A simple function to grab header of a webpage. Can be passed into webpage_contents_get if desired.
43
  Args:
44
+ url: string The URL the contents of which the tool will get
45
  """
46
  response = requests.get(url)
47
  return response.headers