Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,9 +85,6 @@ def chatbot_response(user_input):
|
|
85 |
response = qa.run(user_input)
|
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([2, 3, 2])
|
@@ -98,7 +95,7 @@ with col1:
|
|
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,
|
102 |
st.markdown(" Votre Réponse à Chaque Défi Méthodologique 📈")
|
103 |
|
104 |
# Input and button for user interaction
|
|
|
85 |
response = qa.run(user_input)
|
86 |
return response
|
87 |
|
|
|
|
|
|
|
88 |
|
89 |
# Create columns for logos
|
90 |
col1, col2, col3 = st.columns([2, 3, 2])
|
|
|
95 |
with col3:
|
96 |
st.image("Altereo logo 2023 original - eau et territoires durables.png", width=150, use_column_width=True) # Adjust image path and size as needed
|
97 |
# Streamlit components
|
98 |
+
st.markdown("### 🤖 ALTER-IA BOT,ton assistant virtuel de tous les jours")
|
99 |
st.markdown(" Votre Réponse à Chaque Défi Méthodologique 📈")
|
100 |
|
101 |
# Input and button for user interaction
|