Update app.py
Browse files
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'] = ["
|
| 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!"]
|