Rammohan0504 commited on
Commit
7c7c211
·
verified ·
1 Parent(s): ec70c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -179,9 +179,9 @@ with gr.Blocks() as demo:
179
 
180
  # Buttons for filtering categories
181
  with gr.Row():
182
- btn_all = gr.Button("ALL")
183
- btn_vegan = gr.Button("VEGAN")
184
- btn_halal = gr.Button("HALAL")
185
 
186
  # Dish display
187
  dish_display = gr.HTML(value=display_dishes("ALL"))
 
179
 
180
  # Buttons for filtering categories
181
  with gr.Row():
182
+ btn_all = gr.Radio("ALL")
183
+ btn_vegan = gr.Radio("VEGAN")
184
+ btn_halal = gr.Radio("HALAL")
185
 
186
  # Dish display
187
  dish_display = gr.HTML(value=display_dishes("ALL"))