Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ def gradio_interface1(sitemap_file):
|
|
| 192 |
|
| 193 |
|
| 194 |
with gr.Blocks() as demo:
|
| 195 |
-
gr.Markdown("
|
| 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")
|