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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ last_activity = st.selectbox("last activity", ["Email Activity", "Phone 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
 
 
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