Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -444,6 +444,7 @@ def app():
|
|
| 444 |
back_to_menu_button.click(
|
| 445 |
lambda: (gr.update(visible=True), gr.update(visible=False)),
|
| 446 |
outputs=[menu_section, cart_section],
|
|
|
|
| 447 |
# Inject Voice Accessibility JavaScript
|
| 448 |
demo.load(
|
| 449 |
lambda: None, # This is just to render the custom HTML
|
|
|
|
| 444 |
back_to_menu_button.click(
|
| 445 |
lambda: (gr.update(visible=True), gr.update(visible=False)),
|
| 446 |
outputs=[menu_section, cart_section],
|
| 447 |
+
)
|
| 448 |
# Inject Voice Accessibility JavaScript
|
| 449 |
demo.load(
|
| 450 |
lambda: None, # This is just to render the custom HTML
|