flatindo commited on
Commit
fb6b3ad
·
1 Parent(s): 850d477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://example.com"),
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.",