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