Spaces:
Sleeping
Sleeping
Commit
·
8b00d92
1
Parent(s):
f2cbabb
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def explain_recommendation(model_name):
|
|
64 |
|
65 |
# Streamlit UI
|
66 |
st.image("./A8title.png")
|
67 |
-
st.title('AI
|
68 |
|
69 |
description = st.text_area("Describe your application:", "")
|
70 |
recommendation_type = st.radio("What type of recommendation are you looking for?", ["Recommend Open-Source Model", "Recommend API Service"])
|
|
|
64 |
|
65 |
# Streamlit UI
|
66 |
st.image("./A8title.png")
|
67 |
+
st.title('Find the best AI stack for your app')
|
68 |
|
69 |
description = st.text_area("Describe your application:", "")
|
70 |
recommendation_type = st.radio("What type of recommendation are you looking for?", ["Recommend Open-Source Model", "Recommend API Service"])
|