Update app.py
Browse files
app.py
CHANGED
|
@@ -477,6 +477,7 @@ if summarize:
|
|
| 477 |
st.subheader('Summarized Text with no Entity Matching')
|
| 478 |
|
| 479 |
summarized_text = st.text_area(
|
|
|
|
| 480 |
placeholder="Full summarized text will be displayed here..",
|
| 481 |
height=250,
|
| 482 |
key='summ_area'
|
|
|
|
| 477 |
st.subheader('Summarized Text with no Entity Matching')
|
| 478 |
|
| 479 |
summarized_text = st.text_area(
|
| 480 |
+
label = '',
|
| 481 |
placeholder="Full summarized text will be displayed here..",
|
| 482 |
height=250,
|
| 483 |
key='summ_area'
|