Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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([
|
| 94 |
|
| 95 |
with col1:
|
| 96 |
-
st.image("Design
|
| 97 |
|
| 98 |
with col3:
|
| 99 |
-
st.image("Altereo logo 2023 original - eau et territoires durables.png", width=
|
| 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:", "")
|