Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
|
|
| 84 |
|
| 85 |
# Navigation Buttons
|
| 86 |
with gr.Row():
|
| 87 |
-
|
| 88 |
cart_button = gr.Button("View Cart")
|
| 89 |
|
| 90 |
# Add item interaction
|
|
@@ -106,4 +106,5 @@ with gr.Blocks() as demo:
|
|
| 106 |
|
| 107 |
demo.launch()
|
| 108 |
|
|
|
|
| 109 |
|
|
|
|
| 84 |
|
| 85 |
# Navigation Buttons
|
| 86 |
with gr.Row():
|
| 87 |
+
menu_button = gr.Button("Menu")
|
| 88 |
cart_button = gr.Button("View Cart")
|
| 89 |
|
| 90 |
# Add item interaction
|
|
|
|
| 106 |
|
| 107 |
demo.launch()
|
| 108 |
|
| 109 |
+
|
| 110 |
|