Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ customer_data = {
|
|
| 24 |
'Partner': 1 if Partner=="Yes" else 0,
|
| 25 |
'Dependents': 1 if Dependents=="Yes" else 0,
|
| 26 |
'PhoneService': 1 if PhoneService=="Yes" else 0,
|
| 27 |
-
'InternetService': InternetService
|
| 28 |
'Contract': Contract,
|
| 29 |
'PaymentMethod': PaymentMethod,
|
| 30 |
'tenure': Tenure,
|
|
|
|
| 24 |
'Partner': 1 if Partner=="Yes" else 0,
|
| 25 |
'Dependents': 1 if Dependents=="Yes" else 0,
|
| 26 |
'PhoneService': 1 if PhoneService=="Yes" else 0,
|
| 27 |
+
'InternetService': InternetService,
|
| 28 |
'Contract': Contract,
|
| 29 |
'PaymentMethod': PaymentMethod,
|
| 30 |
'tenure': Tenure,
|