flatindo commited on
Commit
472faa0
·
1 Parent(s): b2dc86f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 with Selenium (Body Tag)",
55
- description="Scrape the content of a website's <body> tag using Selenium.",
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