KebabLover commited on
Commit
d44d28a
·
1 Parent(s): eae75e8

prettify print bot

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -492,7 +492,7 @@ def main():
492
  # Initialize conversation history if not already in session state
493
  if "messages" not in st.session_state:
494
  st.session_state.messages = [
495
- {"role": "assistant", "content": "Bonjour! Comment puis-je vous aider aujourd'hui?", "is_code" : False}
496
  ]
497
 
498
  # Display conversation history
 
492
  # Initialize conversation history if not already in session state
493
  if "messages" not in st.session_state:
494
  st.session_state.messages = [
495
+ {"role": "assistant", "content": "Bonjour! Comment puis-je vous aider aujourd'hui ? Je suis capable de générer des applications. Demandez-moi par exemple 'génére moi une application de simulateur de fusée 🚀' ", "is_code" : False}
496
  ]
497
 
498
  # Display conversation history