Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ form_input = st.text_area('Enter text', height=275)
|
|
91 |
|
92 |
tasktype_option = st.selectbox(
|
93 |
'Please select the action to be performed?',
|
94 |
-
('Write a sales copy', 'Create a tweet', 'Write a product description'),key=
|
95 |
|
96 |
age_option= st.selectbox(
|
97 |
'For which target age group?',
|
|
|
91 |
|
92 |
tasktype_option = st.selectbox(
|
93 |
'Please select the action to be performed?',
|
94 |
+
('Write a sales copy', 'Create a tweet', 'Write a product description'),key=1)
|
95 |
|
96 |
age_option= st.selectbox(
|
97 |
'For which target age group?',
|