Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,8 +86,9 @@ def chatbot_response(user_input):
|
|
| 86 |
return response
|
| 87 |
|
| 88 |
# Streamlit components
|
| 89 |
-
st.
|
| 90 |
-
st.markdown("
|
|
|
|
| 91 |
|
| 92 |
user_input = st.text_input("You:", "")
|
| 93 |
submit_button = st.button("Send 📨")
|
|
@@ -105,4 +106,4 @@ if submit_button:
|
|
| 105 |
|
| 106 |
# Motivational quote at the bottom
|
| 107 |
st.markdown("---")
|
| 108 |
-
st.markdown("
|
|
|
|
| 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 |
|
| 93 |
user_input = st.text_input("You:", "")
|
| 94 |
submit_button = st.button("Send 📨")
|
|
|
|
| 106 |
|
| 107 |
# Motivational quote at the bottom
|
| 108 |
st.markdown("---")
|
| 109 |
+
st.markdown("*La collaboration est la clé du succès. Chaque question trouve sa réponse, chaque défi devient une opportunité.*")
|