nagasurendra commited on
Commit
95ddbbf
·
verified ·
1 Parent(s): 9532e1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 20px; right: 20px; background: #28a745; color: white; padding: 10px 20px; border-radius: 30px; cursor: pointer; z-index: 1000;' onclick='openCartModal()'>
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
  """)