Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -42,9 +42,10 @@ 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 |
-
'
|
| 46 |
}
|
| 47 |
|
|
|
|
| 48 |
# Convert the extracted data into a DataFrame
|
| 49 |
input_data = pd.DataFrame([sample])
|
| 50 |
|
|
|
|
| 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_Cat': data['Product_Type_Cat']
|
| 46 |
}
|
| 47 |
|
| 48 |
+
|
| 49 |
# Convert the extracted data into a DataFrame
|
| 50 |
input_data = pd.DataFrame([sample])
|
| 51 |
|