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