Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,10 @@ st.markdown(" Votre Réponse à Chaque Défi Méthodologique 📈")
|
|
16 |
col1, col2, col3 = st.columns([2, 3, 2])
|
17 |
|
18 |
with col1:
|
19 |
-
st.image("Design
|
|
|
|
|
|
|
20 |
|
21 |
with col3:
|
22 |
st.image("Altereo logo 2023 original - eau et territoires durables.png", width= 150, use_column_width=True) # Adjust image path and size as needed
|
|
|
16 |
col1, col2, col3 = st.columns([2, 3, 2])
|
17 |
|
18 |
with col1:
|
19 |
+
st.image("Design 3_22.png", width= 150, use_column_width=True) # Adjust image path and size as needed
|
20 |
+
with col2:
|
21 |
+
st.markdown("### 🤖 ALTER-IA BOT, ton assistant virtuel de tous les jours")
|
22 |
+
st.markdown("Votre Réponse à Chaque Défi Méthodologique 📈")
|
23 |
|
24 |
with col3:
|
25 |
st.image("Altereo logo 2023 original - eau et territoires durables.png", width= 150, use_column_width=True) # Adjust image path and size as needed
|