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