Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,17 +86,17 @@ def chatbot_response(user_input):
|
|
| 86 |
return response
|
| 87 |
|
| 88 |
# Streamlit components
|
| 89 |
-
st.markdown("
|
| 90 |
-
st.markdown("
|
| 91 |
|
| 92 |
# Create columns for logos
|
| 93 |
col1, col2, col3 = st.columns([1, 6, 1])
|
| 94 |
|
| 95 |
with col1:
|
| 96 |
-
st.image("Design 3_2 (1).png", 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", 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:", "")
|
|
|
|
| 86 |
return response
|
| 87 |
|
| 88 |
# Streamlit components
|
| 89 |
+
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([1, 6, 1])
|
| 94 |
|
| 95 |
with col1:
|
| 96 |
+
st.image("Design 3_2 (1).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:", "")
|