Spaces:
Sleeping
Sleeping
Commit
·
ae8c06f
1
Parent(s):
a13f26e
db test
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ def run_app():
|
|
248 |
|
249 |
# Pre-populate the database
|
250 |
tanach_texts = process_json_files(1, 39) # Process all books
|
251 |
-
populate_database(tanach_texts, max_phrase_length=
|
252 |
#tanach_texts = process_json_files(1, 1) # Process all books
|
253 |
#populate_database(tanach_texts, max_phrase_length=4)
|
254 |
#tanach_texts = process_json_files(27, 27) # Process all books
|
|
|
248 |
|
249 |
# Pre-populate the database
|
250 |
tanach_texts = process_json_files(1, 39) # Process all books
|
251 |
+
populate_database(tanach_texts, max_phrase_length=1)
|
252 |
#tanach_texts = process_json_files(1, 1) # Process all books
|
253 |
#populate_database(tanach_texts, max_phrase_length=4)
|
254 |
#tanach_texts = process_json_files(27, 27) # Process all books
|