Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def web_scrape(url):
|
|
28 |
|
29 |
iface = gr.Interface(
|
30 |
fn=web_scrape,
|
31 |
-
inputs=gr.inputs.Textbox(label="Website URL", default="https://
|
32 |
outputs=gr.outputs.Textbox(label="Web Content"),
|
33 |
title="Web Scraping with Selenium (Body Tag)",
|
34 |
description="Scrape the content of a website's <body> tag using Selenium.",
|
|
|
28 |
|
29 |
iface = gr.Interface(
|
30 |
fn=web_scrape,
|
31 |
+
inputs=gr.inputs.Textbox(label="Website URL", default="https://stock.adobe.com/stock-photo/id/621214874"),
|
32 |
outputs=gr.outputs.Textbox(label="Web Content"),
|
33 |
title="Web Scraping with Selenium (Body Tag)",
|
34 |
description="Scrape the content of a website's <body> tag using Selenium.",
|