mery22 commited on
Commit
202c93a
1 Parent(s): e6481cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -97,10 +97,13 @@ with col1:
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:", "")
103
- submit_button = st.button("Send 📨")
104
 
105
  # Handle user input
106
  if submit_button:
 
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
+ # Streamlit components
101
+ st.markdown("### 🤖 ALTER-IA BOT," "##### ton assistant virtuel de tous les jours")
102
+ st.markdown(" Votre Réponse à Chaque Défi Méthodologique 📈")
103
 
104
  # Input and button for user interaction
105
  user_input = st.text_input("You:", "")
106
+ submit_button = st.button("Ask 📨")
107
 
108
  # Handle user input
109
  if submit_button: