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