Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def sparse_query_vectors(
|
|
| 98 |
|
| 99 |
return indices, vecs
|
| 100 |
|
| 101 |
-
st.header("Chat with the Bhagavad Gita docs π¬ π"
|
| 102 |
|
| 103 |
if "messages" not in st.session_state.keys(): # Initialize the chat message history
|
| 104 |
st.session_state.messages = [
|
|
|
|
| 98 |
|
| 99 |
return indices, vecs
|
| 100 |
|
| 101 |
+
st.header("Chat with the Bhagavad Gita docs π¬ π")
|
| 102 |
|
| 103 |
if "messages" not in st.session_state.keys(): # Initialize the chat message history
|
| 104 |
st.session_state.messages = [
|