lorentz commited on
Commit
d1020b3
1 Parent(s): a09b89c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -109,6 +109,9 @@ with col2:
109
  'Target customers age group:',
110
  ('below age 18', 'age 18-45', 'age 46-65', 'age > 65'),
111
  index=1)
 
 
 
112
 
113
  submit = st.button("Generate Your Sales Copy")
114
 
 
109
  'Target customers age group:',
110
  ('below age 18', 'age 18-45', 'age 46-65', 'age > 65'),
111
  index=1)
112
+
113
+ # numberOfWords= st.slider('Words limit', 1, 200, 25)
114
+ numberOfWords = 40 # the new model doesn't support this.
115
 
116
  submit = st.button("Generate Your Sales Copy")
117