Soumen commited on
Commit
bb357c0
·
1 Parent(s): 6941d8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def main():
69
  #### Description
70
  This is a Natural Language Processing(NLP) Based App useful for basic NLP task
71
  NER,Sentiment, Spell Corrections and Summarization
72
- """)
73
  text = st.text_input("Type your text!")
74
  # Entity Extraction
75
  if st.checkbox("Show Named Entities"):
 
69
  #### Description
70
  This is a Natural Language Processing(NLP) Based App useful for basic NLP task
71
  NER,Sentiment, Spell Corrections and Summarization
72
+ """)
73
  text = st.text_input("Type your text!")
74
  # Entity Extraction
75
  if st.checkbox("Show Named Entities"):