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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -412,13 +412,13 @@ def app():
412
 
413
 
414
  # Floating cart display
415
- cart_output = gr.HTML(value="Your cart is empty.", elem_id="floating-cart")
416
 
417
  # Final order display
418
- final_order_output = gr.HTML(value="", elem_id="final-order")
419
 
420
  # Button to navigate back to Menu Page
421
- back_to_menu_button = gr.Button("Back to Menu")
422
 
423
  gr.Row(cart_output)
424
  gr.Row(final_order_output)
 
412
 
413
 
414
  # Floating cart display
415
+ #cart_output = gr.HTML(value="Your cart is empty.", elem_id="floating-cart")
416
 
417
  # Final order display
418
+ #final_order_output = gr.HTML(value="", elem_id="final-order")
419
 
420
  # Button to navigate back to Menu Page
421
+ #back_to_menu_button = gr.Button("Back to Menu")
422
 
423
  gr.Row(cart_output)
424
  gr.Row(final_order_output)