lorentz commited on
Commit
c4d0806
·
verified ·
1 Parent(s): 7bdebde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ if KaggleX_courses_db :
49
  st.session_state['ai_history'] = ["Hello ! Ask me anything about KaggleX courses!"]
50
 
51
  if 'user_history' not in st.session_state:
52
- st.session_state['user_history'] = ["I would like to know more about the KaggleX courses!]
53
 
54
  #container for the chat history
55
  response_container = st.container()
 
49
  st.session_state['ai_history'] = ["Hello ! Ask me anything about KaggleX courses!"]
50
 
51
  if 'user_history' not in st.session_state:
52
+ st.session_state['user_history'] = ["I would like to know more about the KaggleX courses!"]
53
 
54
  #container for the chat history
55
  response_container = st.container()