Spaces:
Sleeping
Sleeping
Commit
·
06a9485
1
Parent(s):
1e4e3dc
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ st.title('Find the best AI stack for your app')
|
|
60 |
description = st.text_area("Describe your application:")
|
61 |
|
62 |
if description:
|
63 |
-
dataset_description = st.text_area("Describe
|
64 |
if dataset_description:
|
65 |
if st.button("Recommend AI Model", key="recommend_model_button"):
|
66 |
recommended_model = recommend_ai_model_via_gpt(description, dataset_description)
|
|
|
60 |
description = st.text_area("Describe your application:")
|
61 |
|
62 |
if description:
|
63 |
+
dataset_description = st.text_area("Describe your dataset:")
|
64 |
if dataset_description:
|
65 |
if st.button("Recommend AI Model", key="recommend_model_button"):
|
66 |
recommended_model = recommend_ai_model_via_gpt(description, dataset_description)
|