Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks() as app:
|
|
257 |
preference = gr.Radio(choices=["All", "Veg", "Non-Veg"], label="Filter Preference", value="All")
|
258 |
menu_output = gr.HTML()
|
259 |
gr.HTML("""
|
260 |
-
<div id='cart-button' style='position: fixed; bottom:
|
261 |
View Cart
|
262 |
</div>
|
263 |
""")
|
|
|
257 |
preference = gr.Radio(choices=["All", "Veg", "Non-Veg"], label="Filter Preference", value="All")
|
258 |
menu_output = gr.HTML()
|
259 |
gr.HTML("""
|
260 |
+
<div id='cart-button' style='position: fixed; bottom: 0; right: 0; background: #28a745; color: white; padding: 10px 20px; border-radius: 30px; cursor: pointer; z-index: 1000;' onclick='openCartModal()'>
|
261 |
View Cart
|
262 |
</div>
|
263 |
""")
|