Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ st.session_state.vector_store = load_preprocessed_vectorstore()
|
|
124 |
# Initialize chat history if not present
|
125 |
if "chat_history" not in st.session_state:
|
126 |
st.session_state.chat_history = [
|
127 |
-
{"author": "assistant", "content": "Hello, I am
|
128 |
]
|
129 |
|
130 |
# Main app logic
|
|
|
124 |
# Initialize chat history if not present
|
125 |
if "chat_history" not in st.session_state:
|
126 |
st.session_state.chat_history = [
|
127 |
+
{"author": "assistant", "content": "Hello, I am a English Tutor Bot. How can I help you?"}
|
128 |
]
|
129 |
|
130 |
# Main app logic
|