Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def entity_analyzer(my_text):
|
|
| 86 |
allData = ['"Token":{},\n"Entities":{}'.format(tokens,entities)]
|
| 87 |
return allData
|
| 88 |
def main():
|
| 89 |
-
|
| 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:
|
|
|
|
| 86 |
allData = ['"Token":{},\n"Entities":{}'.format(tokens,entities)]
|
| 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:
|