Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -7
src/streamlit_app.py
CHANGED
|
@@ -74,17 +74,11 @@ st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
|
|
| 74 |
expander = st.expander("**Important notes**")
|
| 75 |
expander.write("""**Named Entities:** This RetailTag web app predicts eighteen (18) labels:
|
| 76 |
"Product_Name", "Product_Type", "Brand", "Model_Number", "SKU", "Product_Attribute", "Service_Type", "Order_Number", "Monetary_Value", "Payment_Method", "Discount", "Shipping_Method", "Quantity", "Organization", "Location", "Person", "Date", "Time"
|
| 77 |
-
|
| 78 |
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.
|
| 79 |
-
|
| 80 |
**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.
|
| 81 |
-
|
| 82 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
| 83 |
-
|
| 84 |
**Supported Languages:** English
|
| 85 |
-
|
| 86 |
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
| 87 |
-
|
| 88 |
For any errors or inquiries, please contact us at info@nlpblogs.com""")
|
| 89 |
|
| 90 |
with st.sidebar:
|
|
@@ -96,7 +90,6 @@ with st.sidebar:
|
|
| 96 |
width="850"
|
| 97 |
height="450"
|
| 98 |
></iframe>
|
| 99 |
-
|
| 100 |
|
| 101 |
'''
|
| 102 |
st.code(code, language="html")
|
|
|
|
| 74 |
expander = st.expander("**Important notes**")
|
| 75 |
expander.write("""**Named Entities:** This RetailTag web app predicts eighteen (18) labels:
|
| 76 |
"Product_Name", "Product_Type", "Brand", "Model_Number", "SKU", "Product_Attribute", "Service_Type", "Order_Number", "Monetary_Value", "Payment_Method", "Discount", "Shipping_Method", "Quantity", "Organization", "Location", "Person", "Date", "Time"
|
|
|
|
| 77 |
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.
|
|
|
|
| 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 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
|
|
|
| 80 |
**Supported Languages:** English
|
|
|
|
| 81 |
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
|
|
|
| 82 |
For any errors or inquiries, please contact us at info@nlpblogs.com""")
|
| 83 |
|
| 84 |
with st.sidebar:
|
|
|
|
| 90 |
width="850"
|
| 91 |
height="450"
|
| 92 |
></iframe>
|
|
|
|
| 93 |
|
| 94 |
'''
|
| 95 |
st.code(code, language="html")
|