RomMat commited on
Commit
33dd0db
·
verified ·
1 Parent(s): 5120b1d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -36,6 +36,11 @@ input_data = pd.DataFrame([{
36
  "Store_Size": store_size,
37
  "Store_Location_City_Type": store_location_city_type,
38
  "Store_Type": store_type,
 
 
 
 
 
39
  "Product_Id": "FD6114" # Placeholder for Product_Id as it's not user input in this UI
40
  }])
41
 
 
36
  "Store_Size": store_size,
37
  "Store_Location_City_Type": store_location_city_type,
38
  "Store_Type": store_type,
39
+ "Product_Sugar_Content": product_sugar_content,
40
+ "Product_Type": product_type,
41
+ "Product_Weight": product_weight,
42
+ "Product_Allocated_Area": product_allocated_area,
43
+ "Product_MRP": product_mrp,
44
  "Product_Id": "FD6114" # Placeholder for Product_Id as it's not user input in this UI
45
  }])
46