Spaces:
Runtime error
Runtime error
Commit
·
04e2040
1
Parent(s):
4ecc590
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,9 @@ iface = Series(extractor, summarizer,
|
|
29 |
label = 'Enter URL below'
|
30 |
),
|
31 |
outputs = 'text',
|
32 |
-
title = 'News
|
33 |
-
theme = '
|
34 |
-
layout = 'horizontal'
|
|
|
35 |
|
36 |
iface.launch(debug=True)
|
|
|
29 |
label = 'Enter URL below'
|
30 |
),
|
31 |
outputs = 'text',
|
32 |
+
title = 'Real time short News app',
|
33 |
+
theme = 'peach',
|
34 |
+
layout = 'horizontal',
|
35 |
+
description = 'It fetches the summarised version of a news article based on a given topic')
|
36 |
|
37 |
iface.launch(debug=True)
|