Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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:
|