nickmuchi commited on
Commit
51f3975
1 Parent(s): 3cbde1b

Update app.py

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