Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def scrap(urls):
|
|
| 16 |
return docs
|
| 17 |
|
| 18 |
iface = gr.Interface(fn = scrap,
|
| 19 |
-
inputs = "
|
| 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")
|