lorentz commited on
Commit
155bf94
·
verified ·
1 Parent(s): 0780bf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ age_option= st.selectbox(
101
  # numberOfWords= st.slider('Words limit', 1, 200, 25)
102
  numberOfWords = 40 # the new model doesn't support this.
103
 
104
- submit = st.button("Generate")
105
 
106
  if submit:
107
  st.write(getLLMResponse(form_input,tasktype_option,age_option))
 
101
  # numberOfWords= st.slider('Words limit', 1, 200, 25)
102
  numberOfWords = 40 # the new model doesn't support this.
103
 
104
+ submit = st.button("Generate Your Sales Copy")
105
 
106
  if submit:
107
  st.write(getLLMResponse(form_input,tasktype_option,age_option))