nagasurendra commited on
Commit
6522127
·
verified ·
1 Parent(s): c845142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,7 +401,7 @@ def app():
401
  with gr.Column(visible=False, elem_id="cart-section") as cart_section:
402
  gr.Markdown("### Cart Page")
403
  cart_output = gr.HTML(value="Your cart is empty.", elem_id="floating-cart")
404
- submitCart_button = gr.Button("Submit Cart") # Keep only this button
405
  back_to_menu_button = gr.Button("Back to Menu")
406
 
407
 
 
401
  with gr.Column(visible=False, elem_id="cart-section") as cart_section:
402
  gr.Markdown("### Cart Page")
403
  cart_output = gr.HTML(value="Your cart is empty.", elem_id="floating-cart")
404
+ #submitCart_button = gr.Button("Submit Cart") # Keep only this button
405
  back_to_menu_button = gr.Button("Back to Menu")
406
 
407