mery22 commited on
Commit
20d4399
1 Parent(s): f1256bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -86,8 +86,8 @@ 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 +105,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.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
 
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é.*")