lorentz commited on
Commit
1ea99dd
·
verified ·
1 Parent(s): 2f80be8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2)
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?',