MartinKosela commited on
Commit
b6550fa
·
1 Parent(s): c6cb6df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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:", "")
 
63
  return f"Error: {e}"
64
 
65
  # Streamlit UI
66
+ st.image("./logo_autumn8.png")
67
  st.title('AI Model Recommender')
68
 
69
  description = st.text_area("Describe your application:", "")