Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ form_input = st.text_area('Enter the name of the product or service you want to
|
|
81 |
|
82 |
tasktype_option = st.selectbox(
|
83 |
'Choose the type of marketing copy you want to generate: ',
|
84 |
-
('Draft a
|
85 |
|
86 |
age_option= st.selectbox(
|
87 |
'Select the age group of your intended audience: ',
|
|
|
81 |
|
82 |
tasktype_option = st.selectbox(
|
83 |
'Choose the type of marketing copy you want to generate: ',
|
84 |
+
('Draft a Twitter post', 'Draft a sales copy', 'Draft a product description'),key=1)
|
85 |
|
86 |
age_option= st.selectbox(
|
87 |
'Select the age group of your intended audience: ',
|