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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -463,10 +463,10 @@ def app():
463
  outputs=[cart_section, final_order_section],
464
  )
465
  # Navigate Back to Menu Page
466
- back_to_menu_button.click(
467
- lambda: (gr.update(visible=True), gr.update(visible=False)),
468
- outputs=[menu_section, cart_section], # Show menu, hide cart
469
- )
470
 
471
 
472
 
 
463
  outputs=[cart_section, final_order_section],
464
  )
465
  # Navigate Back to Menu Page
466
+ #back_to_menu_button.click(
467
+ #lambda: (gr.update(visible=True), gr.update(visible=False)),
468
+ #outputs=[menu_section, cart_section], # Show menu, hide cart
469
+ #)
470
 
471
 
472