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