Arafath10 commited on
Commit
76bdd82
1 Parent(s): 11a0cb6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -4
main.py CHANGED
@@ -44,12 +44,12 @@ def predict(
44
  input_data = {
45
  'customer_name': customer_name,
46
  'customer_address': customer_address,
47
- 'customer_phone': customer_phone,
48
- 'customer_email': customer_email,
49
- 'cod': float(cod),
50
  'weight': float(weight),
 
51
  'pickup_address':pickup_address,
52
- 'destination_city.name':destination_city_name
53
  }
54
  input_df = pd.DataFrame([input_data])
55
 
 
44
  input_data = {
45
  'customer_name': customer_name,
46
  'customer_address': customer_address,
47
+ 'customer_phone_no': customer_phone,
48
+ 'client_email': customer_email,
 
49
  'weight': float(weight),
50
+ 'cod': float(cod),
51
  'pickup_address':pickup_address,
52
+ 'destination_branch_name':destination_city_name
53
  }
54
  input_df = pd.DataFrame([input_data])
55