Update app.py
Browse files
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"):
|