Abhilashu commited on
Commit
e930578
·
verified ·
1 Parent(s): ebcc111

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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),