Spaces:
Build error
Build error
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"):
|