nickmuchi commited on
Commit
506b5a9
·
1 Parent(s): b5442d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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