Update app.py
Browse files
app.py
CHANGED
@@ -14,13 +14,12 @@ col1, col2, col3 = st.columns([2, 3, 2])
|
|
14 |
|
15 |
with col1:
|
16 |
st.image("Design 3_22.png", width= 150, use_column_width=True) # Adjust image path and size as needed
|
17 |
-
|
18 |
-
st.markdown("### 🤖 ALTER-IA BOT, ton assistant virtuel de tous les jours")
|
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, use_column_width=True) # Adjust image path and size as needed
|
23 |
-
|
|
|
24 |
# Input and button for user interaction
|
25 |
user_input = st.text_input("You:", "")
|
26 |
submit_button = st.button("Send 📨")
|
|
|
14 |
|
15 |
with col1:
|
16 |
st.image("Design 3_22.png", width= 150, use_column_width=True) # Adjust image path and size as needed
|
17 |
+
|
|
|
|
|
18 |
|
19 |
with col3:
|
20 |
st.image("Altereo logo 2023 original - eau et territoires durables.png", width= 150, use_column_width=True) # Adjust image path and size as needed
|
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 |
# Input and button for user interaction
|
24 |
user_input = st.text_input("You:", "")
|
25 |
submit_button = st.button("Send 📨")
|