nlpblogs commited on
Commit
50bd6e7
·
verified ·
1 Parent(s): f47cc25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ expander.write('''
46
  with st.sidebar:
47
  container = st.container(border=True)
48
  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.")
49
- st.subheader("NER File Builder", divider="red")
50
- st.link_button("Build your own NER Web App in a minute without writing a single line of code.", "https://nlpblogs.com/shop/named-entity-recognition-ner/ner-file-builder/", type="primary")
51
 
52
  # --- Comet ML Setup ---
53
  COMET_API_KEY = os.environ.get("COMET_API_KEY")
 
46
  with st.sidebar:
47
  container = st.container(border=True)
48
  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.")
49
+ st.subheader("Build your own NER Web App in a minute without writing a single line of code.", divider="red")
50
+ st.link_button("NER File Builder", "https://nlpblogs.com/shop/named-entity-recognition-ner/ner-file-builder/", type="primary")
51
 
52
  # --- Comet ML Setup ---
53
  COMET_API_KEY = os.environ.get("COMET_API_KEY")