Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ with st.sidebar:
|
|
35 |
container = st.container(border=True)
|
36 |
container.write("**Named Entity Recognition (NER)** is the task of extracting and tagging entities in text data. Entities can be persons, organizations, locations, countries, products, events etc.")
|
37 |
st.subheader("Related NLP Web Apps", divider="red")
|
38 |
-
st.link_button("
|
39 |
|
40 |
# --- Comet ML Setup ---
|
41 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|
|
|
35 |
container = st.container(border=True)
|
36 |
container.write("**Named Entity Recognition (NER)** is the task of extracting and tagging entities in text data. Entities can be persons, organizations, locations, countries, products, events etc.")
|
37 |
st.subheader("Related NLP Web Apps", divider="red")
|
38 |
+
st.link_button("English HTML Entity Finder", "https://nlpblogs.com/shop/named-entity-recognition-ner/english-html-entity-finder/", type="primary")
|
39 |
|
40 |
# --- Comet ML Setup ---
|
41 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|