Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -93,8 +93,8 @@ with st.sidebar:
|
|
93 |
st.text("")
|
94 |
st.text("")
|
95 |
st.divider()
|
96 |
-
st.subheader("π Ready to build your own
|
97 |
-
st.link_button("
|
98 |
|
99 |
# --- Comet ML Setup ---
|
100 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|
|
|
93 |
st.text("")
|
94 |
st.text("")
|
95 |
st.divider()
|
96 |
+
st.subheader("π Ready to build your own AI Web App?", divider="green")
|
97 |
+
st.link_button("AI Web App Builder", "https://nlpblogs.com/custom-web-app-development/", type="primary")
|
98 |
|
99 |
# --- Comet ML Setup ---
|
100 |
COMET_API_KEY = os.environ.get("COMET_API_KEY")
|