AIEcosystem commited on
Commit
90cd943
Β·
verified Β·
1 Parent(s): ec30e66

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -47,7 +47,7 @@ with st.sidebar:
47
  st.text("")
48
  st.divider()
49
  st.subheader("πŸš€ Ready to build your own AI Web App?", divider="violet")
50
- st.link_button("AI Web App Builder", " https://nlpblogs.com/custom-web-app-development/", type="primary")
51
 
52
  # --- Comet ML Setup ---
53
  COMET_API_KEY = os.environ.get("COMET_API_KEY")
 
47
  st.text("")
48
  st.divider()
49
  st.subheader("πŸš€ Ready to build your own AI Web App?", divider="violet")
50
+ st.link_button("AI Web App Builder", "https://nlpblogs.com/build-your-named-entity-recognition-app/", type="primary")
51
 
52
  # --- Comet ML Setup ---
53
  COMET_API_KEY = os.environ.get("COMET_API_KEY")