Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -117,7 +117,7 @@ with st.sidebar:
|
|
| 117 |
st.text("")
|
| 118 |
st.divider()
|
| 119 |
st.subheader("π Ready to build your own AI Web App?", divider="green")
|
| 120 |
-
st.link_button("AI Web App Builder", "https://nlpblogs.com/
|
| 121 |
|
| 122 |
# --- Comet ML Setup ---
|
| 123 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|
|
|
|
| 117 |
st.text("")
|
| 118 |
st.divider()
|
| 119 |
st.subheader("π Ready to build your own AI Web App?", divider="green")
|
| 120 |
+
st.link_button("AI Web App Builder", "https://nlpblogs.com/build-your-named-entity-recognition-app/", type="primary")
|
| 121 |
|
| 122 |
# --- Comet ML Setup ---
|
| 123 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|