LuckRafly commited on
Commit
fd2ba36
·
1 Parent(s): c4efb70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -85,7 +85,6 @@ def main():
85
  # vector_stores = pickle.load(f)
86
 
87
  vector_stores = st.session_state.vector_stores
88
- st.write(vector_stores)
89
 
90
  chain = RetrievalQAWithSourcesChain.from_chain_type(
91
  llm = llm,
 
85
  # vector_stores = pickle.load(f)
86
 
87
  vector_stores = st.session_state.vector_stores
 
88
 
89
  chain = RetrievalQAWithSourcesChain.from_chain_type(
90
  llm = llm,