nagasurendra commited on
Commit
d2a57d9
·
verified ·
1 Parent(s): cf0e22b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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