AIEcosystem commited on
Commit
08999dc
·
verified ·
1 Parent(s): ec91119

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 eight (8) labels:"Location", "Organization", "Product_or_Good", "Date", "Quantity", "Transportation_Mode", "Person", "Document_or_Form_ID"
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