Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def main():
|
|
74 |
NER,Sentiment, Spell Corrections and Summarization
|
75 |
""")
|
76 |
# Entity Extraction
|
77 |
-
message = st.text_area("
|
78 |
if st.checkbox("Show Named Entities"):
|
79 |
st.subheader("Analyze Your Text")
|
80 |
if st.button("Extract"):
|
|
|
74 |
NER,Sentiment, Spell Corrections and Summarization
|
75 |
""")
|
76 |
# Entity Extraction
|
77 |
+
message = st.text_area("type here ..")
|
78 |
if st.checkbox("Show Named Entities"):
|
79 |
st.subheader("Analyze Your Text")
|
80 |
if st.button("Extract"):
|