MartinKosela commited on
Commit
689d6a5
·
1 Parent(s): c93da3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,7 +63,6 @@ def explain_recommendation(model_name):
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:", "")
@@ -111,3 +110,5 @@ if st.session_state.rec_model_pressed:
111
 
112
  else:
113
  st.warning("Please provide a description.")
 
 
 
63
  return f"Error: {e}"
64
 
65
  # Streamlit UI
 
66
  st.title('AI Model Recommender')
67
 
68
  description = st.text_area("Describe your application:", "")
 
110
 
111
  else:
112
  st.warning("Please provide a description.")
113
+
114
+ st.image("./Autumn8Logotype.1c196d7a.svg")