Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ with col1:
|
|
| 88 |
with col3:
|
| 89 |
st.image("Altereo logo 2023 original - eau et territoires durables.png", width=150, use_column_width=True) # Adjust image path and size as needed
|
| 90 |
# Streamlit components
|
| 91 |
-
st.markdown("### 🤖 ALTER-IA BOT
|
| 92 |
st.markdown(" Votre Réponse à Chaque Défi Méthodologique 📈")
|
| 93 |
|
| 94 |
# Input and button for user interaction
|
|
@@ -102,7 +102,6 @@ if submit_button:
|
|
| 102 |
st.markdown("### You:")
|
| 103 |
st.markdown(f"> {user_input}")
|
| 104 |
st.markdown("### Bot:")
|
| 105 |
-
st.markdown(f"> {bot_response}")
|
| 106 |
st.text_area("Bot:", value=bot_response, height=600)
|
| 107 |
else:
|
| 108 |
st.warning("⚠️ Please enter a message.")
|
|
|
|
| 88 |
with col3:
|
| 89 |
st.image("Altereo logo 2023 original - eau et territoires durables.png", width=150, use_column_width=True) # Adjust image path and size as needed
|
| 90 |
# Streamlit components
|
| 91 |
+
st.markdown("### 🤖 ALTER-IA BOT")
|
| 92 |
st.markdown(" Votre Réponse à Chaque Défi Méthodologique 📈")
|
| 93 |
|
| 94 |
# Input and button for user interaction
|
|
|
|
| 102 |
st.markdown("### You:")
|
| 103 |
st.markdown(f"> {user_input}")
|
| 104 |
st.markdown("### Bot:")
|
|
|
|
| 105 |
st.text_area("Bot:", value=bot_response, height=600)
|
| 106 |
else:
|
| 107 |
st.warning("⚠️ Please enter a message.")
|