bonrix commited on
Commit
e386792
·
1 Parent(s): fdb1fc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def gradio_interface1(sitemap_file):
192
 
193
 
194
  with gr.Blocks() as demo:
195
- gr.Markdown("Enter a website URL to crawl and extract text from web pages.")
196
  with gr.Tab("Website Crawler"):
197
  text_input1 = gr.inputs.Textbox()
198
  progress_output = gr.outputs.Textbox(label="Progress")
 
192
 
193
 
194
  with gr.Blocks() as demo:
195
+ gr.Markdown("A website URL is entered into a web crawling tool, which navigates through the site's pages and extracts text content from each page. This process enables users to gather information from multiple web pages quickly and efficiently, facilitating data analysis, research, or content extraction for various purposes.")
196
  with gr.Tab("Website Crawler"):
197
  text_input1 = gr.inputs.Textbox()
198
  progress_output = gr.outputs.Textbox(label="Progress")