Spaces:
Runtime error
Runtime error
jaifar530 commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -342,7 +342,7 @@ if press_me_button:
|
|
| 342 |
else:
|
| 343 |
amplify = math.ceil(max_word_count / word_count)
|
| 344 |
|
| 345 |
-
for _ in range(amplify-
|
| 346 |
repeated_text += new_text + " "
|
| 347 |
|
| 348 |
new_text = repeated_text
|
|
|
|
| 342 |
else:
|
| 343 |
amplify = math.ceil(max_word_count / word_count)
|
| 344 |
|
| 345 |
+
for _ in range(amplify-2):
|
| 346 |
repeated_text += new_text + " "
|
| 347 |
|
| 348 |
new_text = repeated_text
|