Spaces:
Running
Running
jaifar530
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -355,7 +355,7 @@ if press_me_button:
|
|
355 |
else:
|
356 |
amplify = math.ceil(max_word_count / word_count)
|
357 |
|
358 |
-
for _ in range(
|
359 |
repeated_text += new_text + " "
|
360 |
|
361 |
new_text = repeated_text
|
|
|
355 |
else:
|
356 |
amplify = math.ceil(max_word_count / word_count)
|
357 |
|
358 |
+
for _ in range(2):
|
359 |
repeated_text += new_text + " "
|
360 |
|
361 |
new_text = repeated_text
|