mery22 commited on
Commit
df798f9
·
verified ·
1 Parent(s): 9fd7b9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -12,14 +12,14 @@ def chatbot_response(user_input):
12
  col1, col2, col3 = st.columns([1, 3, 1])
13
 
14
  with col1:
15
- st.image("Design 3_2 (1).png", width=100) # Adjust image path and size as needed
16
 
17
  with col2:
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=100) # Adjust image path and size as needed
23
 
24
  # Input and button for user interaction
25
  user_input = st.text_input("You:", "")
 
12
  col1, col2, col3 = st.columns([1, 3, 1])
13
 
14
  with col1:
15
+ st.image("Design 3_2 (1).png", width=150) # Adjust image path and size as needed
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=150) # Adjust image path and size as needed
23
 
24
  # Input and button for user interaction
25
  user_input = st.text_input("You:", "")