hsaluja431 commited on
Commit
309e0fd
·
verified ·
1 Parent(s): 54e65ea

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ Store_Type = st.selectbox("Store Type", ["Departmental Store", "Supermarket Type
23
 
24
  # Prepare the JSON payload
25
  product_data = {
 
26
  "Product_Weight": Product_Weight,
27
  "Product_Sugar_Content": Product_Sugar_Content,
28
  "Product_Allocated_Area": Product_Allocated_Area,
 
23
 
24
  # Prepare the JSON payload
25
  product_data = {
26
+ "ProductID": ProductID,
27
  "Product_Weight": Product_Weight,
28
  "Product_Sugar_Content": Product_Sugar_Content,
29
  "Product_Allocated_Area": Product_Allocated_Area,