Soumen commited on
Commit
d2864bf
·
1 Parent(s): 6647ca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def main():
74
  NER,Sentiment, Spell Corrections and Summarization
75
  """)
76
  # Entity Extraction
77
- message = st.text_area("Enter the Text type here ..")
78
  if st.checkbox("Show Named Entities"):
79
  st.subheader("Analyze Your Text")
80
  if st.button("Extract"):
 
74
  NER,Sentiment, Spell Corrections and Summarization
75
  """)
76
  # Entity Extraction
77
+ message = st.text_area("type here ..")
78
  if st.checkbox("Show Named Entities"):
79
  st.subheader("Analyze Your Text")
80
  if st.button("Extract"):