Spaces:
Sleeping
Sleeping
Commit
·
fd5d754
1
Parent(s):
88a8c4f
Update app.py
Browse files
app.py
CHANGED
@@ -63,6 +63,7 @@ def explain_recommendation(model_name):
|
|
63 |
return f"Error: {e}"
|
64 |
|
65 |
# Streamlit UI
|
|
|
66 |
st.title('AI Model Recommender')
|
67 |
|
68 |
description = st.text_area("Describe your application:", "")
|
@@ -111,4 +112,3 @@ if st.session_state.rec_model_pressed:
|
|
111 |
else:
|
112 |
st.warning("Please provide a description.")
|
113 |
|
114 |
-
st.image("./Autumn8Logotype.1c196d7a.svg")
|
|
|
63 |
return f"Error: {e}"
|
64 |
|
65 |
# Streamlit UI
|
66 |
+
st.image("./Autumn8Logotype.1c196d7a.svg")
|
67 |
st.title('AI Model Recommender')
|
68 |
|
69 |
description = st.text_area("Describe your application:", "")
|
|
|
112 |
else:
|
113 |
st.warning("Please provide a description.")
|
114 |
|
|