Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|