jaifar530 commited on
Commit
ade1510
·
unverified ·
1 Parent(s): 01fc08a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ new_text = st.text_area("Input Your Text Here:")
237
 
238
  repeated_text = ""
239
  # Repeat the text twice with a space at the end of each iteration
240
- for _ in range(3):
241
  repeated_text += new_text + " "
242
 
243
  new_text = repeated_text
 
237
 
238
  repeated_text = ""
239
  # Repeat the text twice with a space at the end of each iteration
240
+ for _ in range(5):
241
  repeated_text += new_text + " "
242
 
243
  new_text = repeated_text