Upload folder using huggingface_hub
Browse files
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 |
-
'
|
| 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
|