lcsekar commited on
Commit
675c1ea
·
verified ·
1 Parent(s): e4e50f7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with col2:
45
  # Assemble input into DataFrame
46
  input_data = pd.DataFrame([{
47
  'Age': age,
48
- 'TypeOfContact': type_of_contact,
49
  'CityTier': city_tier,
50
  'Occupation': occupation,
51
  'Gender': gender,
 
45
  # Assemble input into DataFrame
46
  input_data = pd.DataFrame([{
47
  'Age': age,
48
+ 'TypeofContact': type_of_contact,
49
  'CityTier': city_tier,
50
  'Occupation': occupation,
51
  'Gender': gender,