AIEcosystem commited on
Commit
24748af
·
verified ·
1 Parent(s): 6479cb3

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -70,7 +70,7 @@ 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
 
75
  **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.
76
 
 
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 and a bar chart, and are available for download along with a Glossary of tags.
74
 
75
  **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.
76