Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -3
src/streamlit_app.py
CHANGED
|
@@ -637,9 +637,7 @@ st.subheader("NER and Topic Analysis Report Generator", divider="rainbow")
|
|
| 637 |
st.link_button("by nlpblogs", "https://nlpblogs.com", type="secondary")
|
| 638 |
expander = st.expander("**Important notes**")
|
| 639 |
expander.write(f"""**Named Entities:** This app predicts fifteen (15) labels: {', '.join(entity_color_map.keys())}.
|
| 640 |
-
|
| 641 |
-
**Results:** Results are compiled into a single, comprehensive **HTML report**, a **PowerPoint (.pptx) file**, and a **CSV file** for easy download and sharing.
|
| 642 |
-
**How to Use:** Type or paste your text into the text area below, then press Ctrl + Enter. Click the 'Results' button to extract entities and generate the report.""")
|
| 643 |
st.markdown("For any errors or inquiries, please contact us at [info@nlpblogs.com](mailto:info@nlpblogs.com)")
|
| 644 |
|
| 645 |
# --- Comet ML Setup (Placeholder/Conditional) ---
|
|
|
|
| 637 |
st.link_button("by nlpblogs", "https://nlpblogs.com", type="secondary")
|
| 638 |
expander = st.expander("**Important notes**")
|
| 639 |
expander.write(f"""**Named Entities:** This app predicts fifteen (15) labels: {', '.join(entity_color_map.keys())}.
|
| 640 |
+
""")
|
|
|
|
|
|
|
| 641 |
st.markdown("For any errors or inquiries, please contact us at [info@nlpblogs.com](mailto:info@nlpblogs.com)")
|
| 642 |
|
| 643 |
# --- Comet ML Setup (Placeholder/Conditional) ---
|