Soumen commited on
Commit
3f6c2be
1 Parent(s): f1ae271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def entity_analyzer(my_text):
87
  return allData
88
  def main():
89
  """ NLP Based Application with Streamlit """
90
- st.markdown("""
91
  #### Description
92
  ##This is a Natural Language Processing(NLP) base Application that is useful for basic NLP tasks such as follows:
93
  + Tokenization(POS tagging) & Lemmatization(root mean) using Spacy
 
87
  return allData
88
  def main():
89
  """ NLP Based Application with Streamlit """
90
+ st.markdown("""
91
  #### Description
92
  ##This is a Natural Language Processing(NLP) base Application that is useful for basic NLP tasks such as follows:
93
  + Tokenization(POS tagging) & Lemmatization(root mean) using Spacy