Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -414,10 +414,10 @@ def app():
|
|
414 |
cart_output = gr.HTML(value="Your cart is empty.", elem_id="floating-cart")
|
415 |
|
416 |
# Final order display
|
417 |
-
final_order_output = gr.HTML(value="", elem_id="final-order")
|
418 |
|
419 |
# Button to navigate back to Menu Page
|
420 |
-
back_to_menu_button = gr.Button("Back to Menu")
|
421 |
|
422 |
gr.Row(cart_output)
|
423 |
gr.Row(final_order_output)
|
|
|
414 |
cart_output = gr.HTML(value="Your cart is empty.", elem_id="floating-cart")
|
415 |
|
416 |
# Final order display
|
417 |
+
#final_order_output = gr.HTML(value="", elem_id="final-order")
|
418 |
|
419 |
# Button to navigate back to Menu Page
|
420 |
+
#back_to_menu_button = gr.Button("Back to Menu")
|
421 |
|
422 |
gr.Row(cart_output)
|
423 |
gr.Row(final_order_output)
|