nagasurendra commited on
Commit
1b10c3e
·
verified ·
1 Parent(s): 97a7284

Update app.py

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