Spaces:
Runtime error
Runtime error
Modified app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = Series(extractor, summarizer,
|
|
34 |
),
|
35 |
outputs = 'text',
|
36 |
title = 'News Summarizer',
|
37 |
-
theme = '
|
38 |
description = desc,
|
39 |
examples=sample_url)
|
40 |
|
|
|
34 |
),
|
35 |
outputs = 'text',
|
36 |
title = 'News Summarizer',
|
37 |
+
theme = 'grass',
|
38 |
description = desc,
|
39 |
examples=sample_url)
|
40 |
|