nagasurendra commited on
Commit
db1b24b
·
verified ·
1 Parent(s): 01b3ac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ def app():
306
 
307
  # Radio button for selecting preference
308
  selected_preference = gr.Radio(
309
- choices=["All", "Vegetarian", "Halal/Non-Veg"],
310
  value="All",
311
  label="Choose a Preference",
312
  )
 
306
 
307
  # Radio button for selecting preference
308
  selected_preference = gr.Radio(
309
+ choices=["All", "Vegetarian", "Halal/Non-Veg", "Guilt-Free"],
310
  value="All",
311
  label="Choose a Preference",
312
  )