Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -100,7 +100,7 @@ with st.sidebar:
|
|
100 |
st.text("")
|
101 |
st.divider()
|
102 |
st.subheader("π Ready to build your own AI Web App?", divider="violet")
|
103 |
-
st.link_button("AI Web App Builder", "https://nlpblogs.com/
|
104 |
|
105 |
# --- Comet ML Setup ---
|
106 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|
|
|
100 |
st.text("")
|
101 |
st.divider()
|
102 |
st.subheader("π Ready to build your own AI Web App?", divider="violet")
|
103 |
+
st.link_button("AI Web App Builder", "https://nlpblogs.com/build-your-named-entity-recognition-app/", type="primary")
|
104 |
|
105 |
# --- Comet ML Setup ---
|
106 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|