AIEcosystem commited on
Commit
b1c528e
Β·
verified Β·
1 Parent(s): ab5b556

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -97,7 +97,7 @@ with st.sidebar:
97
  st.text("")
98
  st.divider()
99
  st.subheader("πŸš€ Ready to build your own AI Web App?", divider="rainbow")
100
- st.link_button("NER Builder", "https://nlpblogs.com/custom-web-app-development/", type="primary")
101
 
102
  # --- Model Loading ---
103
  @st.cache_resource
 
97
  st.text("")
98
  st.divider()
99
  st.subheader("πŸš€ Ready to build your own AI Web App?", divider="rainbow")
100
+ st.link_button("AI Web App Builder", "https://nlpblogs.com/custom-web-app-development/", type="primary")
101
 
102
  # --- Model Loading ---
103
  @st.cache_resource