jaifar530 commited on
Commit
dbc9c60
·
unverified ·
1 Parent(s): 64796c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-1):
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