Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -25,7 +25,7 @@ st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
|
|
| 25 |
st.markdown(':rainbow[**Supported Languages: English**]')
|
| 26 |
|
| 27 |
expander = st.expander("**Important notes**")
|
| 28 |
-
expander.write("""**Named Entities:** This DataHarvest web app predicts
|
| 29 |
|
| 30 |
Results are presented in easy-to-read tables, visualized in an interactive tree map, pie chart and bar chart, and are available for download along with a Glossary of tags.
|
| 31 |
|
|
|
|
| 25 |
st.markdown(':rainbow[**Supported Languages: English**]')
|
| 26 |
|
| 27 |
expander = st.expander("**Important notes**")
|
| 28 |
+
expander.write("""**Named Entities:** This DataHarvest web app predicts nine (9) labels: "person", "country", "city", "organization", "date", "seconds", "money", "percent value", "position"
|
| 29 |
|
| 30 |
Results are presented in easy-to-read tables, visualized in an interactive tree map, pie chart and bar chart, and are available for download along with a Glossary of tags.
|
| 31 |
|