Update app.py
Browse files
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
|
50 |
-
st.link_button("
|
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")
|