Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,8 @@ def chatbot_response(user_input):
|
|
86 |
return response
|
87 |
|
88 |
# Streamlit components
|
89 |
-
st.markdown("
|
90 |
-
st.markdown("##
|
91 |
|
92 |
user_input = st.text_input("You:", "")
|
93 |
submit_button = st.button("Send 📨")
|
|
|
86 |
return response
|
87 |
|
88 |
# Streamlit components
|
89 |
+
st.markdown("### 🤖 ALTER-IA BOT, ton assistant virtuel de tous les jours ")
|
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 📨")
|