Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,8 +51,8 @@ iface = gr.Interface(
|
|
51 |
fn=web_scrape,
|
52 |
inputs=gr.inputs.Textbox(label="Website URL", default="https://stock.adobe.com/stock-photo/id/621214874"),
|
53 |
outputs=gr.outputs.Textbox(label="Web Content"),
|
54 |
-
title="Web Scraping
|
55 |
-
description="Scrape the content of a website's
|
56 |
)
|
57 |
|
58 |
|
|
|
51 |
fn=web_scrape,
|
52 |
inputs=gr.inputs.Textbox(label="Website URL", default="https://stock.adobe.com/stock-photo/id/621214874"),
|
53 |
outputs=gr.outputs.Textbox(label="Web Content"),
|
54 |
+
title="Web Scraping by KecoakSalto",
|
55 |
+
description="Scrape the content of a website's titles.",
|
56 |
)
|
57 |
|
58 |
|