lorentz commited on
Commit
414740a
·
verified ·
1 Parent(s): cde22ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ if persist_directory :
68
  st.session_state['history'] = []
69
 
70
  if 'ai_history' not in st.session_state:
71
- st.session_state['ai_history'] = ["Hi!"]
72
 
73
  if 'user_history' not in st.session_state:
74
  st.session_state['user_history'] = ["Hi, I would like to know more about the courses in KaggleX!"]
 
68
  st.session_state['history'] = []
69
 
70
  if 'ai_history' not in st.session_state:
71
+ st.session_state['ai_history'] = ["Sure, I am here to help!"]
72
 
73
  if 'user_history' not in st.session_state:
74
  st.session_state['user_history'] = ["Hi, I would like to know more about the courses in KaggleX!"]