Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -343,6 +343,9 @@ def app():
|
|
343 |
# Output area for menu items
|
344 |
menu_output = gr.HTML(value=filter_menu("All"))
|
345 |
|
|
|
|
|
|
|
346 |
# "View Cart" button
|
347 |
view_cart_button = gr.Button("View Cart")
|
348 |
|
|
|
343 |
# Output area for menu items
|
344 |
menu_output = gr.HTML(value=filter_menu("All"))
|
345 |
|
346 |
+
# Add Item Button (Simulate Adding Items)
|
347 |
+
add_item_button = gr.Button("Add Item to Cart")
|
348 |
+
|
349 |
# "View Cart" button
|
350 |
view_cart_button = gr.Button("View Cart")
|
351 |
|