Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with st.sidebar:
|
|
42 |
container = st.container(border=True)
|
43 |
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.")
|
44 |
st.subheader("Related NLP Web Apps", divider = "red")
|
45 |
-
st.link_button("14-Named Entity Recognition Web App", "https://nlpblogs.com/shop/named-entity-recognition-ner/14-entity-
|
46 |
|
47 |
|
48 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|
|
|
42 |
container = st.container(border=True)
|
43 |
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.")
|
44 |
st.subheader("Related NLP Web Apps", divider = "red")
|
45 |
+
st.link_button("14-Named Entity Recognition Web App", "https://nlpblogs.com/shop/named-entity-recognition-ner/14-named-entity-recognition-web-app/", type = "primary")
|
46 |
|
47 |
|
48 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|