vishnu23 commited on
Commit
68a7260
·
1 Parent(s): 1f47244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def scrap(urls):
16
  return docs
17
 
18
  iface = gr.Interface(fn = scrap,
19
- inputs = "URL",
20
  outputs = ['text'],
21
  title = 'WebScrap',
22
  description="Get content of the website from given website URL")
 
16
  return docs
17
 
18
  iface = gr.Interface(fn = scrap,
19
+ inputs = "text",
20
  outputs = ['text'],
21
  title = 'WebScrap',
22
  description="Get content of the website from given website URL")