mery22 commited on
Commit
c9179c0
·
verified ·
1 Parent(s): ef46280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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,ton assistant virtuel de tous les jours")
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.")