Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -3
src/streamlit_app.py
CHANGED
|
@@ -22,15 +22,15 @@ st.markdown(':rainbow[**Supported Languages: English**]')
|
|
| 22 |
expander = st.expander("**Important notes**")
|
| 23 |
expander.write("""**Named Entities:** This DataHarvest web app predicts nine (9) labels: "person", "country", "city", "organization", "date", "time", "cardinal", "money", "position"
|
| 24 |
|
| 25 |
-
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.
|
| 26 |
|
| 27 |
**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.
|
| 28 |
|
| 29 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
| 30 |
|
| 31 |
-
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
| 32 |
|
| 33 |
-
For any errors or inquiries, please contact us at info@nlpblogs.com"
|
| 34 |
|
| 35 |
with st.sidebar:
|
| 36 |
st.write("Use the following code to embed the DataHarvest web app on your website. Feel free to adjust the width and height values to fit your page.")
|
|
|
|
| 22 |
expander = st.expander("**Important notes**")
|
| 23 |
expander.write("""**Named Entities:** This DataHarvest web app predicts nine (9) labels: "person", "country", "city", "organization", "date", "time", "cardinal", "money", "position"
|
| 24 |
|
| 25 |
+
**Results:** 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.
|
| 26 |
|
| 27 |
**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.
|
| 28 |
|
| 29 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
| 30 |
|
| 31 |
+
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.""")
|
| 32 |
|
| 33 |
+
st.markdown("For any errors or inquiries, please contact us at [info@nlpblogs.com](mailto:info@nlpblogs.com)")
|
| 34 |
|
| 35 |
with st.sidebar:
|
| 36 |
st.write("Use the following code to embed the DataHarvest web app on your website. Feel free to adjust the width and height values to fit your page.")
|