Update app.py
Browse files
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()
|