Spaces:
Sleeping
Sleeping
Update pages/2_🧠_context_aware_chatbot.py
Browse files
pages/2_🧠_context_aware_chatbot.py
CHANGED
|
@@ -13,9 +13,9 @@ from langchain.text_splitter import RecursiveCharacterTextSplitter
|
|
| 13 |
from langchain_chroma import Chroma
|
| 14 |
from langchain_openai import OpenAIEmbeddings
|
| 15 |
|
| 16 |
-
st.set_page_config(page_title="
|
| 17 |
-
st.header('
|
| 18 |
-
st.write('Enhancing Chatbot Interactions through
|
| 19 |
|
| 20 |
class ContextChatbot:
|
| 21 |
|
|
|
|
| 13 |
from langchain_chroma import Chroma
|
| 14 |
from langchain_openai import OpenAIEmbeddings
|
| 15 |
|
| 16 |
+
st.set_page_config(page_title="Sickle cell chatbot", page_icon="🧠")
|
| 17 |
+
st.header('Sickle cell chatbot')
|
| 18 |
+
st.write('Enhancing Chatbot Interactions through sickle cell training')
|
| 19 |
|
| 20 |
class ContextChatbot:
|
| 21 |
|