nagasurendra commited on
Commit
f55abc6
·
verified ·
1 Parent(s): 0557a16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -306,8 +306,8 @@ def app():
306
  # Preserve your menu-related code exactly as it was
307
  # Add your exact original menu, cart, and modal code here
308
 
309
- selected_preference = gr.Radio(
310
- choices=["All", "Vegetarian", "Halal/Non-Veg", "Guilt-Free"],
311
  value="All",
312
  label="Choose a Preference",
313
  )
 
306
  # Preserve your menu-related code exactly as it was
307
  # Add your exact original menu, cart, and modal code here
308
 
309
+ selected_preference = gr.Radio(
310
+ choices=["All", "Vegetarian", "Halal/Non-Veg", "Guilt-Free"],
311
  value="All",
312
  label="Choose a Preference",
313
  )