nagasurendra commited on
Commit
c68f0e6
·
verified ·
1 Parent(s): a703953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -285,6 +285,7 @@ button {
285
  }
286
  </script>
287
  # Gradio App
 
288
  def app():
289
  with gr.Blocks() as demo:
290
  # Login Page
@@ -318,7 +319,7 @@ def app():
318
  label="Choose a Preference",
319
  )
320
 
321
- # Add the same view_cart_button in both positions
322
  view_cart_button = gr.Button("View Cart")
323
 
324
  # Output area for menu items
 
285
  }
286
  </script>
287
  # Gradio App
288
+ # Gradio App
289
  def app():
290
  with gr.Blocks() as demo:
291
  # Login Page
 
319
  label="Choose a Preference",
320
  )
321
 
322
+ # Add the same view_cart_button in two positions
323
  view_cart_button = gr.Button("View Cart")
324
 
325
  # Output area for menu items