Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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 |
|