siddhesh1981 commited on
Commit
91f0b49
·
verified ·
1 Parent(s): 00ab35a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -23,16 +23,16 @@ Store_Location_City_Type=st.selectbox('Store_Location_City_Type',['Tier 2', 'Tie
23
  Store_Type=st.selectbox('Store_Type',['Supermarket Type2', 'Departmental Store', 'Supermarket Type1',
24
  'Food Mart'])
25
 
26
- user_input={'Product_Weight':Product_Weight,
27
- 'Product_Sugar_Content':Product_Sugar_Content,
28
- 'Product_Allocated_Area':Product_Allocated_Area,
29
- 'Product_Type':Product_Type,
30
- 'Product_MRP':Product_MRP,
31
- 'Store_Id':Store_Id,
32
- 'Store_Establishment_Year':Store_Establishment_Year,
33
- 'Store_Size':Store_Size,
34
- 'Store_Location_City_Type':Store_Location_City_Type,
35
- 'Store_Type':Store_Type,}
36
 
37
  # Logic for prediction of single record.
38
 
 
23
  Store_Type=st.selectbox('Store_Type',['Supermarket Type2', 'Departmental Store', 'Supermarket Type1',
24
  'Food Mart'])
25
 
26
+ user_input={'Product_Weight':Product_Weight,
27
+ 'Product_Sugar_Content':Product_Sugar_Content,
28
+ 'Product_Allocated_Area':Product_Allocated_Area,
29
+ 'Product_Type':Product_Type,
30
+ 'Product_MRP':Product_MRP,
31
+ 'Store_Id':Store_Id,
32
+ 'Store_Establishment_Year':Store_Establishment_Year,
33
+ 'Store_Size':Store_Size,
34
+ 'Store_Location_City_Type':Store_Location_City_Type,
35
+ 'Store_Type':Store_Type,}
36
 
37
  # Logic for prediction of single record.
38