Upload folder using huggingface_hub
Browse files
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 |
|