ccwizard commited on
Commit
cee8436
·
verified ·
1 Parent(s): c7f0c19

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def predict_sales():
42
  'Store_Type': data['Store_Type'],
43
  'Product_Id_char': data['Product_Id_char'],
44
  'Store_Age_Years': data['Store_Age_Years'],
45
- 'Product_Type_Category': data['Product_Type_Category']
46
  }
47
 
48
  # Convert the extracted data into a Pandas DataFrame
 
42
  'Store_Type': data['Store_Type'],
43
  'Product_Id_char': data['Product_Id_char'],
44
  'Store_Age_Years': data['Store_Age_Years'],
45
+ 'Product_Category': data['Product_Category']
46
  }
47
 
48
  # Convert the extracted data into a Pandas DataFrame