AnkushWaghmare commited on
Commit
adbe0f2
·
verified ·
1 Parent(s): dc20fef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -43,7 +43,6 @@ def predict_sales():
43
  "Product_Type": user_data["Product_Type"],
44
  "Product_MRP": user_data["Product_MRP"],
45
  "Store_Size": user_data["Store_Size"],
46
- "Product_Store_Sales_Total": user_data.get("Product_Store_Sales_Total", 0),
47
  "Store_Age": user_data.get("Store_Age", 10)
48
  }
49
 
 
43
  "Product_Type": user_data["Product_Type"],
44
  "Product_MRP": user_data["Product_MRP"],
45
  "Store_Size": user_data["Store_Size"],
 
46
  "Store_Age": user_data.get("Store_Age", 10)
47
  }
48