Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -208,8 +208,6 @@ with gr.Blocks() as app:
|
|
| 208 |
with gr.Column():
|
| 209 |
preference = gr.Radio(choices=["All", "Veg", "Non-Veg"], label="Filter Preference", value="All")
|
| 210 |
menu_output = gr.HTML()
|
| 211 |
-
gr.HTML("<div id='cart-button' style='position: fixed; top: 20px; right: 20px; background: #28a745; color: white; padding: 10px 20px; border-radius: 30px; cursor: pointer; z-index: 1000;' onclick='openCartModal()'>View Cart</div>")
|
| 212 |
-
|
| 213 |
gr.HTML(create_modal_window())
|
| 214 |
gr.HTML(modal_js())
|
| 215 |
|
|
|
|
| 208 |
with gr.Column():
|
| 209 |
preference = gr.Radio(choices=["All", "Veg", "Non-Veg"], label="Filter Preference", value="All")
|
| 210 |
menu_output = gr.HTML()
|
|
|
|
|
|
|
| 211 |
gr.HTML(create_modal_window())
|
| 212 |
gr.HTML(modal_js())
|
| 213 |
|