AIEcosystem commited on
Commit
6479cb3
·
verified ·
1 Parent(s): 7e83ea9

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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('''**Named 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
 
 
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