Soumen commited on
Commit
05e26c0
·
1 Parent(s): 34f51a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,9 +72,9 @@ def main():
72
  #### Description
73
  This is a Natural Language Processing(NLP) Based App useful for basic NLP task
74
  NER,Sentiment, Spell Corrections and Summarization
75
- """)
76
- message = st.text_area("Enter the Text","Type please ..")
77
  # Entity Extraction
 
78
  if st.checkbox("Show Named Entities"):
79
  st.subheader("Analyze Your Text")
80
  if st.button("Extract"):
 
72
  #### Description
73
  This is a Natural Language Processing(NLP) Based App useful for basic NLP task
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"):