Update app.py
Browse files
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=
|
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,
|