Update app.py
Browse files
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))
|