Spaces:
Runtime error
Runtime error
Commit
·
bf8e5ea
1
Parent(s):
b9f69ed
minor adjustments
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ title = st.text_input(
|
|
| 76 |
|
| 77 |
summary = st.text_area(
|
| 78 |
'Now, please, insert the summary of the CS article you are interested in.',
|
| 79 |
-
height=
|
| 80 |
)
|
| 81 |
|
| 82 |
the_pipeline, cat_mapping, cat_name_mapping = initialize()
|
|
|
|
| 76 |
|
| 77 |
summary = st.text_area(
|
| 78 |
'Now, please, insert the summary of the CS article you are interested in.',
|
| 79 |
+
height=240, placeholder='The summary itself.'
|
| 80 |
)
|
| 81 |
|
| 82 |
the_pipeline, cat_mapping, cat_name_mapping = initialize()
|