Fitjv commited on
Commit
4724124
·
verified ·
1 Parent(s): 366d349

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ input_data = pd.DataFrame([{
35
  'Store_Id': Store_Id,
36
  'Store_Establishment_Year': Store_Establishment_Year,
37
  'Store_Size': Store_Size,
38
- 'Store_Type': Store_Type
39
- 'Store_Location_City_Type': Store_Location_City_Type,
40
  }])
41
 
42
  # Make prediction when the "Predict" button is clicked
 
35
  'Store_Id': Store_Id,
36
  'Store_Establishment_Year': Store_Establishment_Year,
37
  'Store_Size': Store_Size,
38
+ 'Store_Type': Store_Type,
39
+ 'Store_Location_City_Type': Store_Location_City_Type
40
  }])
41
 
42
  # Make prediction when the "Predict" button is clicked