Update app.py
Browse files
app.py
CHANGED
@@ -16,10 +16,10 @@ with col1:
|
|
16 |
|
17 |
with col2:
|
18 |
st.markdown("# 🤖 ALTER-IA BOT")
|
19 |
-
st.markdown("
|
20 |
|
21 |
with col3:
|
22 |
-
st.image("Altereo logo 2023 original - eau et territoires durables.png", width=
|
23 |
|
24 |
# Input and button for user interaction
|
25 |
user_input = st.text_input("You:", "")
|
|
|
16 |
|
17 |
with col2:
|
18 |
st.markdown("# 🤖 ALTER-IA BOT")
|
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=120) # Adjust image path and size as needed
|
23 |
|
24 |
# Input and button for user interaction
|
25 |
user_input = st.text_input("You:", "")
|