manjunathshiva commited on
Commit
2b0a559
β€’
1 Parent(s): fe0e9f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [