Spaces:
Running
Running
Update app.py
Browse filesSmall update to try a rebuild
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
|