nickmuchi commited on
Commit
14bbe97
1 Parent(s): 506b5a9

Update app.py

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