nlpblogs commited on
Commit
9552e01
·
verified ·
1 Parent(s): e0fce61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("14-Named Entity Recognition Web App", "https://nlpblogs.com/shop/named-entity-recognition-ner/14-named-entity-recognition-web-app/", type="primary")
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")