mery22 commited on
Commit
f8b17df
·
verified ·
1 Parent(s): df238f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,10 +13,10 @@ def chatbot_response(user_input):
13
  col1, col2, col3 = st.columns([3, 6, 2])
14
 
15
  with col1:
16
- st.image("Design 3_2 (1).png", width= 200, use_column_width=True) # Adjust image path and size as needed
17
 
18
  with col3:
19
- st.image("Altereo logo 2023 original - eau et territoires durables.png", width= 200, use_column_width=True) # Adjust image path and size as needed
20
  st.markdown("### 🤖 ALTER-IA BOT, ton assistant virtuel de tous les jours")
21
  st.markdown("##### Votre Réponse à Chaque Défi Méthodologique 📈")
22
 
 
13
  col1, col2, col3 = st.columns([3, 6, 2])
14
 
15
  with col1:
16
+ st.image("Design 3_2 (1).png", use_column_width=True) # Adjust image path and size as needed
17
 
18
  with col3:
19
+ st.image("Altereo logo 2023 original - eau et territoires durables.png", use_column_width=True) # Adjust image path and size as needed
20
  st.markdown("### 🤖 ALTER-IA BOT, ton assistant virtuel de tous les jours")
21
  st.markdown("##### Votre Réponse à Chaque Défi Méthodologique 📈")
22