jaifar530 commited on
Commit
f9798ee
·
unverified ·
1 Parent(s): 551e57c

Update app.py

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