AIEcosystem commited on
Commit
aec5db9
·
verified ·
1 Parent(s): 932f856

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -2
src/streamlit_app.py CHANGED
@@ -412,15 +412,16 @@ st.subheader("Entity and Topic Analysis Report Generator", divider="blue") # Cha
412
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
413
  tab1, tab2 = st.tabs(["Important Notes", "Embed"])
414
  with tab1:
415
- expander = st.expander("**Important notes**")
416
  expander.write("""**Named Entities:** This DataHarvest web app predicts nine (9) labels: "person", "country", "city", "organization", "date", "time", "cardinal", "money", "position"
417
-
418
  **Results:** Results are compiled into a single, comprehensive **HTML report** and a **CSV file** for easy download and sharing.
419
 
420
  **How to Use:** Type or paste your text into the text area below, press Ctrl + Enter, and then click the 'Results' button.
421
 
422
  **Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.""")
423
 
 
424
  with tab2:
425
  with st.expander("Embed"):
426
  st.write("Use the following code to embed the DataHarvest web app on your website. Feel free to adjust the width and height values to fit your page.")
 
412
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
413
  tab1, tab2 = st.tabs(["Important Notes", "Embed"])
414
  with tab1:
415
+ expander = st.expander("**Important Notes**")
416
  expander.write("""**Named Entities:** This DataHarvest web app predicts nine (9) labels: "person", "country", "city", "organization", "date", "time", "cardinal", "money", "position"
417
+
418
  **Results:** Results are compiled into a single, comprehensive **HTML report** and a **CSV file** for easy download and sharing.
419
 
420
  **How to Use:** Type or paste your text into the text area below, press Ctrl + Enter, and then click the 'Results' button.
421
 
422
  **Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.""")
423
 
424
+
425
  with tab2:
426
  with st.expander("Embed"):
427
  st.write("Use the following code to embed the DataHarvest web app on your website. Feel free to adjust the width and height values to fit your page.")