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