mery22 commited on
Commit
645b480
·
verified ·
1 Parent(s): 83234d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def chatbot_response(user_input):
86
  return response
87
 
88
  # Streamlit components
89
- st.image("Altereo logo 2023 original - eau et territoires durables.png", width=150) # Adjust the width as needed
90
  st.markdown("# 🤖 **Your Friendly Methodo Assistant**")
91
  st.markdown("## \"Votre Réponse à Chaque Défi Méthodologique\" 📈")
92
 
 
86
  return response
87
 
88
  # Streamlit components
89
+ st.image("Altereo logo 2023 original - eau et territoires durables.png", width=200) # Adjust the width as needed
90
  st.markdown("# 🤖 **Your Friendly Methodo Assistant**")
91
  st.markdown("## \"Votre Réponse à Chaque Défi Méthodologique\" 📈")
92