kuroiikimono commited on
Commit
1cdb900
·
verified ·
1 Parent(s): 1937896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -464,7 +464,7 @@ Try searching Google for keywords such as `grep and replace`.
464
  continue
465
  temp_list.append((n, line2))
466
 
467
- if len(temp_list) == 12 or n == len(text_list) - 1:
468
  text_ = ""
469
  all_text_orig = ""
470
  all_text_done = ""
 
464
  continue
465
  temp_list.append((n, line2))
466
 
467
+ if len(temp_list) == 14 or n == len(text_list) - 1:
468
  text_ = ""
469
  all_text_orig = ""
470
  all_text_done = ""