Tammy commited on
Commit
ea8dfcd
·
verified ·
1 Parent(s): 8a55518

updated context chatbot

Browse files
pages/2_🧠_context_aware_chatbot.py CHANGED
@@ -27,7 +27,7 @@ class ContextChatbot:
27
  @utils.enable_chat_history
28
  def main(self):
29
  chain = self.setup_chain()
30
- user_query = st.chat_input(placeholder="Ask me anything!")
31
  if user_query:
32
  utils.display_msg(user_query, 'user')
33
  with st.chat_message("assistant"):
 
27
  @utils.enable_chat_history
28
  def main(self):
29
  chain = self.setup_chain()
30
+ user_query = st.chat_input(placeholder="Welcome to BreedmasterAI, Ask me anything!")
31
  if user_query:
32
  utils.display_msg(user_query, 'user')
33
  with st.chat_message("assistant"):