neuralworm commited on
Commit
f6498c8
1 Parent(s): 727b2ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ def run_app():
253
 
254
  # Pre-populate the database
255
  tanach_texts = process_json_files(1, 39)
256
- populate_database(tanach_texts, max_phrase_length=4)
257
  tanach_texts = process_json_files(27, 27)
258
  populate_database(tanach_texts, max_phrase_length=24)
259
 
 
253
 
254
  # Pre-populate the database
255
  tanach_texts = process_json_files(1, 39)
256
+ populate_database(tanach_texts, max_phrase_length=2)
257
  tanach_texts = process_json_files(27, 27)
258
  populate_database(tanach_texts, max_phrase_length=24)
259