Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +6 -0
src/streamlit_app.py
CHANGED
|
@@ -72,11 +72,17 @@ st.subheader("Business Core", divider="orange")
|
|
| 72 |
st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
|
| 73 |
expander = st.expander("**Important notes**")
|
| 74 |
expander.write("""**Named Entities:** This Business Core predicts twenty-six (26) labels: "Person", "Contact", "Company", "Department", "Vendor", "Client", "Office", "Warehouse", "Address", "City", "State", "Country", "Date", "Time", "Time Period", "Revenue", "Cost", "Budget", "Invoice Number", "Product", "Service", "Task", "Project", "Status", "Asset", "Transaction"
|
|
|
|
| 75 |
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.
|
|
|
|
| 76 |
**How to Use:** Type or paste your text into the text area below, then press Ctrl + Enter. Click the 'Results' button to extract and tag entities in your text data.
|
|
|
|
| 77 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
|
|
|
| 78 |
**Supported Languages:** English
|
|
|
|
| 79 |
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
|
|
|
| 80 |
For any errors or inquiries, please contact us at info@nlpblogs.com""")
|
| 81 |
|
| 82 |
with st.sidebar:
|
|
|
|
| 72 |
st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
|
| 73 |
expander = st.expander("**Important notes**")
|
| 74 |
expander.write("""**Named Entities:** This Business Core predicts twenty-six (26) labels: "Person", "Contact", "Company", "Department", "Vendor", "Client", "Office", "Warehouse", "Address", "City", "State", "Country", "Date", "Time", "Time Period", "Revenue", "Cost", "Budget", "Invoice Number", "Product", "Service", "Task", "Project", "Status", "Asset", "Transaction"
|
| 75 |
+
|
| 76 |
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.
|
| 77 |
+
|
| 78 |
**How to Use:** Type or paste your text into the text area below, then press Ctrl + Enter. Click the 'Results' button to extract and tag entities in your text data.
|
| 79 |
+
|
| 80 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
| 81 |
+
|
| 82 |
**Supported Languages:** English
|
| 83 |
+
|
| 84 |
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
| 85 |
+
|
| 86 |
For any errors or inquiries, please contact us at info@nlpblogs.com""")
|
| 87 |
|
| 88 |
with st.sidebar:
|