mery22 commited on
Commit
83234d6
1 Parent(s): 69c9a77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -86,8 +86,9 @@ def chatbot_response(user_input):
86
  return response
87
 
88
  # Streamlit components
89
- st.markdown("## 💬 **Your Friendly Methodo Assistant** ")
90
- st.markdown("** Votre Réponse à Chaque Défi Méthodologique 📈")
 
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("**La collaboration est la clé du succès. Chaque question trouve sa réponse, chaque défi devient une opportunité.**")
 
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é.*")