AIEcosystem commited on
Commit
92e76ee
Β·
verified Β·
1 Parent(s): ecc7d1d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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", " https://nlpblogs.com/custom-web-app-development/", type="primary")
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")