Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ def predict_sale():
|
|
| 18 |
|
| 19 |
# Extract relevant customer features from the input data
|
| 20 |
sample = {
|
|
|
|
| 21 |
'Product_Weight': store_data['Product_Weight'],
|
| 22 |
'Product_Sugar_Content': store_data['Product_Sugar_Content'],
|
| 23 |
'Product_Allocated_Area': store_data['Product_Allocated_Area'],
|
|
|
|
| 18 |
|
| 19 |
# Extract relevant customer features from the input data
|
| 20 |
sample = {
|
| 21 |
+
'Product_Id': store_data['Product_Id'],
|
| 22 |
'Product_Weight': store_data['Product_Weight'],
|
| 23 |
'Product_Sugar_Content': store_data['Product_Sugar_Content'],
|
| 24 |
'Product_Allocated_Area': store_data['Product_Allocated_Area'],
|