amitcoolll commited on
Commit
c66c647
·
verified ·
1 Parent(s): 6724f1f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,9 +19,9 @@ first_interaction = st.selectbox("first interaction", ["Website", "Mobile App"])
19
  profile_completed = st.selectbox("profile completed", ["High", "medium", "Low"])
20
  last_activity = st.selectbox("last activity", ["Email Activity", "Phone Activity", "Website Activity"])
21
  print_media_type1 = st.selectbox("media type1", ["yes", "NO"])
22
- print_media_type2 = st.selectbox("media type2", ["yes", "NO"]),
23
- digital_media = st.selectbox("digital media", ["yes", "NO"]),
24
- educational_channels = st.selectbox("educational channels", ["yes", "NO"]),
25
  referral = st.selectbox("referral", ["yes", "NO"])
26
 
27
 
 
19
  profile_completed = st.selectbox("profile completed", ["High", "medium", "Low"])
20
  last_activity = st.selectbox("last activity", ["Email Activity", "Phone Activity", "Website Activity"])
21
  print_media_type1 = st.selectbox("media type1", ["yes", "NO"])
22
+ print_media_type2 = st.selectbox("media type2", ["yes", "NO"])
23
+ digital_media = st.selectbox("digital media", ["yes", "NO"])
24
+ educational_channels = st.selectbox("educational channels", ["yes", "NO"])
25
  referral = st.selectbox("referral", ["yes", "NO"])
26
 
27