Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +13 -2
src/streamlit_app.py
CHANGED
|
@@ -60,8 +60,19 @@ st.subheader("AcademiaMiner", divider="rainbow")
|
|
| 60 |
st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
|
| 61 |
expander = st.expander("**Important notes**")
|
| 62 |
expander.write('''**Entities:** This AcademiaMiner extracts keyphrases from English academic and scientific papers.
|
| 63 |
-
|
| 64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
with st.sidebar:
|
| 66 |
st.write("Use the following code to embed the AcademiaMiner web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 67 |
code = '''
|
|
|
|
| 60 |
st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
|
| 61 |
expander = st.expander("**Important notes**")
|
| 62 |
expander.write('''**Entities:** This AcademiaMiner extracts keyphrases from English academic and scientific papers.
|
| 63 |
+
|
| 64 |
+
Results are presented in easy-to-read tables, visualized in an interactive tree map and a bar chart, and are available for download along with a Glossary of tags.
|
| 65 |
+
|
| 66 |
+
**How to Use:**
|
| 67 |
+
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.
|
| 68 |
+
|
| 69 |
+
**Usage Limits:** You can request results unlimited times for one (1) month.
|
| 70 |
+
|
| 71 |
+
**Supported Languages:** English
|
| 72 |
+
|
| 73 |
+
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
| 74 |
+
|
| 75 |
+
For any errors or inquiries, please contact us at info@nlpblogs.com''')
|
| 76 |
with st.sidebar:
|
| 77 |
st.write("Use the following code to embed the AcademiaMiner web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 78 |
code = '''
|