AIEcosystem commited on
Commit
a4c6023
Β·
verified Β·
1 Parent(s): b530bb0

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -105,8 +105,8 @@ with st.sidebar:
105
  st.text("")
106
  st.text("")
107
  st.divider()
108
- st.subheader("πŸš€ Ready to build your own NER Web App?", divider="red")
109
- st.link_button("NER Builder", "https://nlpblogs.com", type="primary")
110
 
111
  # --- Comet ML Setup ---
112
  COMET_API_KEY = os.environ.get("COMET_API_KEY")
 
105
  st.text("")
106
  st.text("")
107
  st.divider()
108
+ st.subheader("πŸš€ Ready to build your own AI Web App?", divider="red")
109
+ st.link_button("AI Web App Builder", "https://nlpblogs.com/custom-web-app-development/", type="primary")
110
 
111
  # --- Comet ML Setup ---
112
  COMET_API_KEY = os.environ.get("COMET_API_KEY")