AIEcosystem commited on
Commit
968c503
·
verified ·
1 Parent(s): 3173c03

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -77,7 +77,7 @@ st.set_page_config(layout="wide", page_title="Named Entity Recognition App")
77
  st.subheader("StoryCraft", divider="blue")
78
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
79
  expander = st.expander("**Important notes**")
80
- expander.write("""**Named Entities:** This StoryCraft predicts eighteen (18) labels: "Person", "Organization", "Location", "Date", "Time", "Quantity", "Product", "Event", "Title", "Job_title", "Artwork", "Media", "URL", "Website", "Hashtag", "Email", "IP_address", "File_path"
81
 
82
  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.
83
 
 
77
  st.subheader("StoryCraft", divider="blue")
78
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
79
  expander = st.expander("**Important notes**")
80
+ expander.write("""**Named Entities:** This StoryCraft web app predicts eighteen (18) labels: "Person", "Organization", "Location", "Date", "Time", "Quantity", "Product", "Event", "Title", "Job_title", "Artwork", "Media", "URL", "Website", "Hashtag", "Email", "IP_address", "File_path"
81
 
82
  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.
83