nagasurendra commited on
Commit
2cc4032
·
verified ·
1 Parent(s): bc3b48c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -344,7 +344,7 @@ def app():
344
  menu_output = gr.HTML(value=filter_menu("All"))
345
 
346
  # Button to navigate to Cart Page
347
- view_cart_button = gr.Button("View Cart", elem_id="view-cart-button")
348
 
349
  # Empty div box with 300px height
350
  empty_div = gr.HTML('<div style="height: 300px;"></div>')
 
344
  menu_output = gr.HTML(value=filter_menu("All"))
345
 
346
  # Button to navigate to Cart Page
347
+ view_cart_button = gr.Button("View Cart", elem_id="view-cart-button")
348
 
349
  # Empty div box with 300px height
350
  empty_div = gr.HTML('<div style="height: 300px;"></div>')