mpuig commited on
Commit
1d64dfb
·
unverified ·
1 Parent(s): 6ad10af

set maximum amout of text to 400

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def main():
120
  label="How many characters do you want your email to be? ",
121
  help="A typical email is usually 100-500 characters",
122
  min_value=64,
123
- max_value=750,
124
  value=200
125
  )
126
 
 
120
  label="How many characters do you want your email to be? ",
121
  help="A typical email is usually 100-500 characters",
122
  min_value=64,
123
+ max_value=400,
124
  value=200
125
  )
126