Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def main():
|
|
70 |
""" NLP Based App with Streamlit """
|
71 |
st.markdown("""
|
72 |
#### Description
|
73 |
-
|
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 ..")
|