aravindshaz3 commited on
Commit
6891c5e
·
verified ·
1 Parent(s): accacb8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -31,8 +31,7 @@ def predict_sales():
31
  'years_of_operation': input_dict['years_of_operation'],
32
  'Store_Size': input_dict['Store_Size'],
33
  'Store_Location_City_Type': input_dict['Store_Location_City_Type'],
34
- 'Store_Type': input_dict['Store_Type'],
35
- 'Product_Store_Sales_Total': input_dict['Product_Store_Sales_Total']
36
  }
37
 
38
  # Convert to DataFrame
 
31
  'years_of_operation': input_dict['years_of_operation'],
32
  'Store_Size': input_dict['Store_Size'],
33
  'Store_Location_City_Type': input_dict['Store_Location_City_Type'],
34
+ 'Store_Type': input_dict['Store_Type']
 
35
  }
36
 
37
  # Convert to DataFrame