mery22 commited on
Commit
5d2d937
1 Parent(s): 5769eab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -90,13 +90,13 @@ 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
  # Create columns for logos
93
- col1, col2, col3 = st.columns([1, 6, 1])
94
 
95
  with col1:
96
- st.image("Design 3_2 (1).png", width= 150, use_column_width=True) # Adjust image path and size as needed
97
 
98
  with col3:
99
- st.image("Altereo logo 2023 original - eau et territoires durables.png", width= 150, use_column_width=True) # Adjust image path and size as needed
100
 
101
  # Input and button for user interaction
102
  user_input = st.text_input("You:", "")
 
90
  st.markdown("##### Votre Réponse à Chaque Défi Méthodologique 📈")
91
 
92
  # Create columns for logos
93
+ col1, col2, col3 = st.columns([2, 3, 2])
94
 
95
  with col1:
96
+ st.image("Design 3_22.png", width=150, use_column_width=True) # Adjust image path and size as needed
97
 
98
  with col3:
99
+ st.image("Altereo logo 2023 original - eau et territoires durables.png", width=150, use_column_width=True) # Adjust image path and size as needed
100
 
101
  # Input and button for user interaction
102
  user_input = st.text_input("You:", "")