viboognesh commited on
Commit
d8fcadf
·
verified ·
1 Parent(s): 06decb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def main():
104
  if os.path.isdir("./chroma_db"):
105
  if os.listdir("./chroma_db"):
106
  with st.spinner("Loading vector store..."):
107
- st.markown("VectorStore is readable")
108
  time.sleep(10)
109
  vectorstore = Chroma(persist_directory="./chroma_db", embedding_function=OpenAIEmbeddings())
110
  st.session_state.conversation = get_conversation_chain(vectorstore)
 
104
  if os.path.isdir("./chroma_db"):
105
  if os.listdir("./chroma_db"):
106
  with st.spinner("Loading vector store..."):
107
+ st.markdown("VectorStore is readable")
108
  time.sleep(10)
109
  vectorstore = Chroma(persist_directory="./chroma_db", embedding_function=OpenAIEmbeddings())
110
  st.session_state.conversation = get_conversation_chain(vectorstore)