Spaces:
Sleeping
Sleeping
Commit
·
7d57108
1
Parent(s):
440eceb
needed to make changes to app.py to include tiktok
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with st.sidebar:
|
|
39 |
input_country = st.selectbox('Country:',
|
40 |
('','DE', 'US', 'UK','NL','SE','AU','CH','FR','BE'))
|
41 |
input_platform = st.selectbox('Platform:',
|
42 |
-
('','meta','google'))
|
43 |
input_sub_channel = st.selectbox('Tactic / Sub channel:',
|
44 |
('','CONVERSION','TRAFFIC_DRIVING','REACH','SEARCH','PERFORMANCE_MAX',
|
45 |
'VIDEO','DISPLAY','SHOPPING','DISCOVERY'))
|
|
|
39 |
input_country = st.selectbox('Country:',
|
40 |
('','DE', 'US', 'UK','NL','SE','AU','CH','FR','BE'))
|
41 |
input_platform = st.selectbox('Platform:',
|
42 |
+
('','meta','google','tiktok'))
|
43 |
input_sub_channel = st.selectbox('Tactic / Sub channel:',
|
44 |
('','CONVERSION','TRAFFIC_DRIVING','REACH','SEARCH','PERFORMANCE_MAX',
|
45 |
'VIDEO','DISPLAY','SHOPPING','DISCOVERY'))
|