Spaces:
Sleeping
Sleeping
viboognesh
commited on
Commit
•
b6bc1e1
1
Parent(s):
94d6273
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def validate_chat_history_item(chat_history_item: ChatHistoryItem):
|
|
7 |
return ChatHistoryItem.model_validate(chat_history_item.model_dump())
|
8 |
|
9 |
st.set_page_config(page_title="RAG-Chatbot", page_icon=":mag:", layout="wide")
|
10 |
-
st.title("Test Contextual Retrieval")
|
11 |
col1, col2, col3 = st.columns(3)
|
12 |
|
13 |
col1.title("Contextual Chunking")
|
|
|
7 |
return ChatHistoryItem.model_validate(chat_history_item.model_dump())
|
8 |
|
9 |
st.set_page_config(page_title="RAG-Chatbot", page_icon=":mag:", layout="wide")
|
10 |
+
st.title("Test Contextual Retrieval - KCS10")
|
11 |
col1, col2, col3 = st.columns(3)
|
12 |
|
13 |
col1.title("Contextual Chunking")
|