Update app.py
Browse files
app.py
CHANGED
@@ -12,14 +12,14 @@ def chatbot_response(user_input):
|
|
12 |
col1, col2, col3 = st.columns([1, 3, 1])
|
13 |
|
14 |
with col1:
|
15 |
-
st.image("Design 3_2 (1).png", width=
|
16 |
|
17 |
with col2:
|
18 |
-
st.markdown("# 🤖 ALTER-IA BOT
|
19 |
-
st.markdown("
|
20 |
|
21 |
with col3:
|
22 |
-
st.image("Altereo logo 2023 original - eau et territoires durables.png", width=
|
23 |
|
24 |
# Input and button for user interaction
|
25 |
user_input = st.text_input("You:", "")
|
|
|
12 |
col1, col2, col3 = st.columns([1, 3, 1])
|
13 |
|
14 |
with col1:
|
15 |
+
st.image("Design 3_2 (1).png", width=150) # Adjust image path and size as needed
|
16 |
|
17 |
with col2:
|
18 |
+
st.markdown("# 🤖 ALTER-IA BOT")
|
19 |
+
st.markdown("** Votre Réponse à Chaque Défi Méthodologique 📈 **")
|
20 |
|
21 |
with col3:
|
22 |
+
st.image("Altereo logo 2023 original - eau et territoires durables.png", width=150) # Adjust image path and size as needed
|
23 |
|
24 |
# Input and button for user interaction
|
25 |
user_input = st.text_input("You:", "")
|