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