LOpeetu commited on
Commit
0b0f833
1 Parent(s): 01fbaba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with st.expander("Setting the LLM"):
21
 
22
  row_2 = st.columns(3)
23
  with row_2[0]:
24
- vector_store_list = os.listdir("vector store/")
25
  default_choice = (
26
  vector_store_list.index('naruto_snake')
27
  if 'naruto_snake' in vector_store_list
 
21
 
22
  row_2 = st.columns(3)
23
  with row_2[0]:
24
+ vector_store_list = os.listdir("vectorstore/")
25
  default_choice = (
26
  vector_store_list.index('naruto_snake')
27
  if 'naruto_snake' in vector_store_list