nlpblogs commited on
Commit
0079a24
·
verified ·
1 Parent(s): e989198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-ner-demo-app/", type = "primary")
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")