Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -68,7 +68,7 @@ if not comet_initialized:
|
|
68 |
st.subheader("AcademiaMiner", divider="rainbow")
|
69 |
st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
|
70 |
expander = st.expander("**Important notes**")
|
71 |
-
expander.write('''**
|
72 |
|
73 |
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.
|
74 |
|
|
|
68 |
st.subheader("AcademiaMiner", divider="rainbow")
|
69 |
st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
|
70 |
expander = st.expander("**Important notes**")
|
71 |
+
expander.write('''**Entities:** This AcademiaMiner extracts keyphrases from English academic and scientific papers.
|
72 |
|
73 |
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.
|
74 |
|