Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -31,8 +31,7 @@ def predict_sales():
|
|
| 31 |
'years_of_operation': input_dict['years_of_operation'],
|
| 32 |
'Store_Size': input_dict['Store_Size'],
|
| 33 |
'Store_Location_City_Type': input_dict['Store_Location_City_Type'],
|
| 34 |
-
'Store_Type': input_dict['Store_Type']
|
| 35 |
-
'Product_Store_Sales_Total': input_dict['Product_Store_Sales_Total']
|
| 36 |
}
|
| 37 |
|
| 38 |
# Convert to DataFrame
|
|
|
|
| 31 |
'years_of_operation': input_dict['years_of_operation'],
|
| 32 |
'Store_Size': input_dict['Store_Size'],
|
| 33 |
'Store_Location_City_Type': input_dict['Store_Location_City_Type'],
|
| 34 |
+
'Store_Type': input_dict['Store_Type']
|
|
|
|
| 35 |
}
|
| 36 |
|
| 37 |
# Convert to DataFrame
|