lorentz commited on
Commit
5d4f956
·
verified ·
1 Parent(s): 268f446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 sales copy', 'Draft a Twitter post', 'Draft a product description'),key=1)
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: ',