Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,10 +14,9 @@ from Gradio_UI import GradioUI
|
|
| 14 |
|
| 15 |
|
| 16 |
class SiteContentFetcher(Tool):
|
| 17 |
-
name = "
|
| 18 |
description = (
|
| 19 |
-
"
|
| 20 |
-
"It handles connection errors and includes a User-Agent header for compatibility."
|
| 21 |
)
|
| 22 |
inputs = {
|
| 23 |
"url": {
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
class SiteContentFetcher(Tool):
|
| 17 |
+
name = "site_content_fetcher"
|
| 18 |
description = (
|
| 19 |
+
"This tool fetches and cleans readable text from the specified website URL."
|
|
|
|
| 20 |
)
|
| 21 |
inputs = {
|
| 22 |
"url": {
|