Maria Tsilimos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,8 @@ with st.sidebar:
|
|
134 |
"extracting and tagging entities in text data. Entities can be persons, "
|
135 |
"organizations, locations, countries, products, events etc.")
|
136 |
st.subheader("Related NLP Web Apps", divider="orange")
|
137 |
-
st.link_button("
|
138 |
-
"https://nlpblogs.com/shop/named-entity-recognition-ner/
|
139 |
type="primary")
|
140 |
|
141 |
|
|
|
134 |
"extracting and tagging entities in text data. Entities can be persons, "
|
135 |
"organizations, locations, countries, products, events etc.")
|
136 |
st.subheader("Related NLP Web Apps", divider="orange")
|
137 |
+
st.link_button("MediDoc Entity Finder",
|
138 |
+
"https://nlpblogs.com/shop/named-entity-recognition-ner/medidoc-entity-finder/",
|
139 |
type="primary")
|
140 |
|
141 |
|