Soumen commited on
Commit
34f51a1
·
1 Parent(s): 46e4c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def main():
70
  """ NLP Based App with Streamlit """
71
  st.markdown("""
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 ..")
 
70
  """ NLP Based App with Streamlit """
71
  st.markdown("""
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 ..")