Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def predict_revenue():
|
|
| 21 |
|
| 22 |
# Extract relevant customer features from the input data
|
| 23 |
sample = {
|
| 24 |
-
'
|
| 25 |
'Product_Weight': product_data['Product_Weight'],
|
| 26 |
'Product_Sugar_Content': product_data['Product_Sugar_Content'],
|
| 27 |
'Product_Allocated_Area': product_data['Product_Allocated_Area'],
|
|
|
|
| 21 |
|
| 22 |
# Extract relevant customer features from the input data
|
| 23 |
sample = {
|
| 24 |
+
'Product_Id': product_data['Product_Id'],
|
| 25 |
'Product_Weight': product_data['Product_Weight'],
|
| 26 |
'Product_Sugar_Content': product_data['Product_Sugar_Content'],
|
| 27 |
'Product_Allocated_Area': product_data['Product_Allocated_Area'],
|