Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -355,6 +355,7 @@ def app():
|
|
355 |
gr.Row(menu_output)
|
356 |
gr.Row(cart_output)
|
357 |
gr.Row(modal_window)
|
|
|
358 |
gr.HTML(modal_and_cart_js)
|
359 |
|
360 |
# Button Bindings
|
|
|
355 |
gr.Row(menu_output)
|
356 |
gr.Row(cart_output)
|
357 |
gr.Row(modal_window)
|
358 |
+
gr.Row(final_order_output)
|
359 |
gr.HTML(modal_and_cart_js)
|
360 |
|
361 |
# Button Bindings
|