Update app.py
Browse files
app.py
CHANGED
@@ -437,7 +437,7 @@ if url_text:
|
|
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 |
|
|
|
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 |
|