vinodcwanted commited on
Commit
9198169
·
verified ·
1 Parent(s): c8893d6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -32,9 +32,9 @@ with col2:
32
  ],
33
  )
34
  product_categories = st.selectbox(
35
- "product_categories (optional)",
36
- ["(leave blank)","FD","NC","DR"],
37
- help="If left blank, API will derive from Product_Id (if provided)."
38
  )
39
 
40
  st.markdown("### Store Details")
 
32
  ],
33
  )
34
  product_categories = st.selectbox(
35
+ "product_categories",
36
+ ["FD","NC","DR"],
37
+ help="'FD':'Food_and_Vegetables','NC':'Non_Consumable','DR':'Drinks'"
38
  )
39
 
40
  st.markdown("### Store Details")