Update app.py
Browse files
app.py
CHANGED
|
@@ -72,9 +72,9 @@ def main():
|
|
| 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 ..")
|
| 77 |
# Entity Extraction
|
|
|
|
| 78 |
if st.checkbox("Show Named Entities"):
|
| 79 |
st.subheader("Analyze Your Text")
|
| 80 |
if st.button("Extract"):
|
|
|
|
| 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 |
# Entity Extraction
|
| 77 |
+
message = st.text_area("Enter the Text type here ..")
|
| 78 |
if st.checkbox("Show Named Entities"):
|
| 79 |
st.subheader("Analyze Your Text")
|
| 80 |
if st.button("Extract"):
|