Spaces:
Sleeping
Sleeping
Commit
·
f2cbabb
1
Parent(s):
c1a107c
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def explain_recommendation(model_name):
|
|
| 63 |
return f"Error: {e}"
|
| 64 |
|
| 65 |
# Streamlit UI
|
| 66 |
-
st.image("./A8title")
|
| 67 |
st.title('AI Model Recommender')
|
| 68 |
|
| 69 |
description = st.text_area("Describe your application:", "")
|
|
|
|
| 63 |
return f"Error: {e}"
|
| 64 |
|
| 65 |
# Streamlit UI
|
| 66 |
+
st.image("./A8title.png")
|
| 67 |
st.title('AI Model Recommender')
|
| 68 |
|
| 69 |
description = st.text_area("Describe your application:", "")
|