TheBobBob commited on
Commit
afcb2da
·
verified ·
1 Parent(s): 85c5e97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def split_biomodels(antimony_file_path):
135
  import chromadb
136
 
137
  @st.cache_resource
138
- def create_vector_db(final_items):
139
  global db
140
  client = chromadb.Client()
141
  collection_name = "BioModelsRAG"
 
135
  import chromadb
136
 
137
  @st.cache_resource
138
+ def create_vector_db(_final_items):
139
  global db
140
  client = chromadb.Client()
141
  collection_name = "BioModelsRAG"