Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ from Gradio_UI import GradioUI
|
|
| 9 |
|
| 10 |
@tool
|
| 11 |
def website_info(website: str) -> str:
|
| 12 |
-
"""A tool that gets info from a website
|
| 13 |
-
Args
|
| 14 |
website: The url you want to get info from
|
| 15 |
"""
|
| 16 |
api = 'https://api.microlink.io'
|
|
|
|
| 9 |
|
| 10 |
@tool
|
| 11 |
def website_info(website: str) -> str:
|
| 12 |
+
"""A tool that gets info from a website.
|
| 13 |
+
Args:
|
| 14 |
website: The url you want to get info from
|
| 15 |
"""
|
| 16 |
api = 'https://api.microlink.io'
|