NikitaBaramiia commited on
Commit
be1e877
·
verified ·
1 Parent(s): 3954059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -14,10 +14,9 @@ from Gradio_UI import GradioUI
14
 
15
 
16
  class SiteContentFetcher(Tool):
17
- name = "SiteContentFetcher"
18
  description = (
19
- "Fetches and cleans readable text from the specified website URL. "
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": {