Update app.py
Browse files
app.py
CHANGED
|
@@ -436,7 +436,8 @@ if url_text:
|
|
| 436 |
|
| 437 |
article_text = st.text_area(
|
| 438 |
label='Full Article Text',
|
| 439 |
-
value= clean_text,
|
|
|
|
| 440 |
height=250
|
| 441 |
)
|
| 442 |
|
|
|
|
| 436 |
|
| 437 |
article_text = st.text_area(
|
| 438 |
label='Full Article Text',
|
| 439 |
+
value= clean_text[0],
|
| 440 |
+
placeholder="Full article text will be displayed here.."
|
| 441 |
height=250
|
| 442 |
)
|
| 443 |
|