Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 183 |
-
btn_vegan = gr.
|
| 184 |
-
btn_halal = gr.
|
| 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"))
|