nagasurendra commited on
Commit
8fdd948
·
verified ·
1 Parent(s): 82fd315

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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