Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ if submitted:
|
|
| 53 |
"Age": float(Age),
|
| 54 |
"CityTier": float(CityTier),
|
| 55 |
"DurationOfPitch": float(DurationOfPitch),
|
| 56 |
-
"TypeofContact": str(TypeofContact).strip(),
|
| 57 |
"Occupation": str(Occupation).strip(),
|
| 58 |
"Gender": str(Gender).strip(),
|
| 59 |
"NumberOfPersonVisiting": float(NumberOfPersonVisiting),
|
|
|
|
| 53 |
"Age": float(Age),
|
| 54 |
"CityTier": float(CityTier),
|
| 55 |
"DurationOfPitch": float(DurationOfPitch),
|
| 56 |
+
"TypeofContact": str(TypeofContact).strip(),
|
| 57 |
"Occupation": str(Occupation).strip(),
|
| 58 |
"Gender": str(Gender).strip(),
|
| 59 |
"NumberOfPersonVisiting": float(NumberOfPersonVisiting),
|