nickmuchi commited on
Commit
f4bf6f7
·
1 Parent(s): 81258cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def load_vectorstore(site):
74
  return FAISS.load_local(site, emb)
75
 
76
  #default embeddings and store
77
- vectorstore = load_vectorstore(website_options_list_options[0])
78
 
79
  def on_value_change(site):
80
  '''When radio changes, change the website reference data'''
 
74
  return FAISS.load_local(site, emb)
75
 
76
  #default embeddings and store
77
+ vectorstore = load_vectorstore(site_options_list[0])
78
 
79
  def on_value_change(site):
80
  '''When radio changes, change the website reference data'''