Spaces:
Sleeping
Sleeping
Commit
·
5fe7251
1
Parent(s):
e8dd4bd
Update pages/Marketing_Campaign_Creator.py
Browse files
pages/Marketing_Campaign_Creator.py
CHANGED
@@ -147,7 +147,7 @@ tasktype_option = st.selectbox(
|
|
147 |
'Please select the action to be performed?',
|
148 |
('Write a sales copy', 'Create a tweet', 'Write a product description'),key=1)
|
149 |
|
150 |
-
age_option= st.
|
151 |
'For which age group?',
|
152 |
('Kid', 'Adult', 'Senior Citizen'),key=2)
|
153 |
|
|
|
147 |
'Please select the action to be performed?',
|
148 |
('Write a sales copy', 'Create a tweet', 'Write a product description'),key=1)
|
149 |
|
150 |
+
age_option= st.radio(
|
151 |
'For which age group?',
|
152 |
('Kid', 'Adult', 'Senior Citizen'),key=2)
|
153 |
|