kuroiikimono commited on
Commit
599f0cc
·
verified ·
1 Parent(s): 89eb744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -677,7 +677,7 @@ Try [ THIS app ](https://huggingface.co/spaces/kuroiikimono/Splitpdf_streamlit2)
677
 
678
  if len(temp_list) == 14 or n == len(text_list) - 1:
679
  limit += 1
680
- if limit == 15:
681
  limit = 0
682
  time.sleep(1)
683
 
 
677
 
678
  if len(temp_list) == 14 or n == len(text_list) - 1:
679
  limit += 1
680
+ if limit == 2:
681
  limit = 0
682
  time.sleep(1)
683