AIEcosystem commited on
Commit
32eba23
·
verified ·
1 Parent(s): 43aea39

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +11 -5
src/streamlit_app.py CHANGED
@@ -59,11 +59,16 @@ st.subheader("AcademiaMiner", divider="rainbow")
59
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
60
  expander = st.expander("**Important notes*")
61
  expander.write('''**Named Entities:** This AcademiaMiner extracts keyphrases from English academic and scientific papers.
62
- 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.
63
- **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.
64
- **Usage Limits:** You can request results unlimited times for one (1) month.
65
- **Supported Languages:** English
66
- **Technical issues:** If your connection times out, please refresh the page or reopen the app's URL. For any errors or inquiries, please contact us at [email protected]''')
 
 
 
 
 
67
 
68
  with st.sidebar:
69
  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.")
@@ -253,3 +258,4 @@ if st.button("Results"):
253
  elapsed_time_overall = end_time_overall - start_time_overall
254
  st.info(f"Results processed in **{elapsed_time_overall:.2f} seconds**.")
255
 
 
 
59
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
60
  expander = st.expander("**Important notes*")
61
  expander.write('''**Named Entities:** This AcademiaMiner extracts keyphrases from English academic and scientific papers.
62
+
63
+ 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.
64
+
65
+ **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.
66
+
67
+ **Usage Limits:** You can request results unlimited times for one (1) month.
68
+
69
+ **Supported Languages:** English
70
+
71
+ **Technical issues:** If your connection times out, please refresh the page or reopen the app's URL. For any errors or inquiries, please contact us at [email protected]''')
72
 
73
  with st.sidebar:
74
  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.")
 
258
  elapsed_time_overall = end_time_overall - start_time_overall
259
  st.info(f"Results processed in **{elapsed_time_overall:.2f} seconds**.")
260
 
261
+