Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,8 @@ def main():
|
|
68 |
st.markdown("""
|
69 |
#### Description
|
70 |
This is a Natural Language Processing(NLP) Based Application useful for basic NLP tasks
|
71 |
-
Named Entity Recognition, Sentiment Analysis, Spell Corrections, Human Level Text Generation, and Summarization
|
|
|
72 |
""")
|
73 |
def change_photo_state():
|
74 |
st.session_state["photo"]="done"
|
|
|
68 |
st.markdown("""
|
69 |
#### Description
|
70 |
This is a Natural Language Processing(NLP) Based Application useful for basic NLP tasks
|
71 |
+
Named Entity Recognition, Sentiment Analysis, Spell Corrections, Human Level Text Generation, and Summarization.
|
72 |
+
Please, feed images/texts first to access available features/services!
|
73 |
""")
|
74 |
def change_photo_state():
|
75 |
st.session_state["photo"]="done"
|