Spaces:
Running
Running
kuroiikimono
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -452,12 +452,6 @@ Try searching Google for keywords such as `grep and replace`.
|
|
452 |
line_number = []
|
453 |
|
454 |
for n, line in enumerate(text_list):
|
455 |
-
limit += 1
|
456 |
-
if limit > 10:
|
457 |
-
limit = 0
|
458 |
-
|
459 |
-
|
460 |
-
# output.clear()
|
461 |
|
462 |
line2 = re.sub(r"\s+", " ", line)
|
463 |
if line2 == "":
|
|
|
452 |
line_number = []
|
453 |
|
454 |
for n, line in enumerate(text_list):
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
|
456 |
line2 = re.sub(r"\s+", " ", line)
|
457 |
if line2 == "":
|