nagasurendra commited on
Commit
fbe1be8
·
verified ·
1 Parent(s): caa4640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,7 +374,7 @@ def app():
374
  menu_output = gr.HTML(value=filter_menu("All"))
375
 
376
  # Button to navigate to Cart Page
377
- view_cart_button = gr.Button("View Cart")
378
  view_cart_floating_button = gr.HTML(
379
  """
380
  <button id="view-cart-btn" onclick="openCart()">View Cart</button>
 
374
  menu_output = gr.HTML(value=filter_menu("All"))
375
 
376
  # Button to navigate to Cart Page
377
+
378
  view_cart_floating_button = gr.HTML(
379
  """
380
  <button id="view-cart-btn" onclick="openCart()">View Cart</button>