Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
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
|
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 |
|
@@ -85,7 +85,7 @@ Results are presented in easy-to-read tables, visualized in an interactive tree
|
|
85 |
|
86 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
87 |
|
88 |
-
**Supported Languages:** English
|
89 |
|
90 |
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
91 |
|
|
|
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_address", "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 |
|
|
|
85 |
|
86 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
87 |
|
88 |
+
**Supported Languages:** English
|
89 |
|
90 |
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
91 |
|