ak0601 commited on
Commit
0aa327d
·
verified ·
1 Parent(s): dd0e9b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Precollege. How can I help you?"}
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