Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,8 @@ def chatbot_response(user_input):
|
|
86 |
return response
|
87 |
|
88 |
# Streamlit components
|
89 |
-
st.markdown("# 🤖 **
|
|
|
90 |
|
91 |
user_input = st.text_input("You:", "")
|
92 |
submit_button = st.button("Send 📨")
|
@@ -102,3 +103,6 @@ if submit_button:
|
|
102 |
else:
|
103 |
st.warning("⚠️ Please enter a message.")
|
104 |
|
|
|
|
|
|
|
|
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 📨")
|
|
|
103 |
else:
|
104 |
st.warning("⚠️ Please enter a message.")
|
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é.*")
|