TheBobBob commited on
Commit
3e53c62
·
verified ·
1 Parent(s): 2101e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def convert_sbml_to_antimony(sbml_file_path, antimony_file_path):
105
  def split_biomodels(antimony_file_path):
106
 
107
  text_splitter = RecursiveCharacterTextSplitter(
108
- chunk_size=2000,
109
  chunk_overlap=20,
110
  length_function=len,
111
  is_separator_regex=False,
 
105
  def split_biomodels(antimony_file_path):
106
 
107
  text_splitter = RecursiveCharacterTextSplitter(
108
+ chunk_size=1000,
109
  chunk_overlap=20,
110
  length_function=len,
111
  is_separator_regex=False,