nagasurendra commited on
Commit
7096fc1
·
verified ·
1 Parent(s): ab985f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -306,8 +306,8 @@ def navigate_to_login():
306
 
307
  def app():
308
  with gr.Blocks() as demo:
 
309
  # Cart & Final Order Page (Always at the Top)
310
-
311
  with gr.Row(visible=False) as cart_section:
312
  gr.Column(visible=True)
313
  gr.Markdown("### Cart & Final Order Page (Always at the Top)")
@@ -323,7 +323,6 @@ def app():
323
 
324
  gr.Row(cart_output)
325
  gr.Row(final_order_output)
326
-
327
  # Login Page
328
  with gr.Column(visible=True) as login_section:
329
  gr.Markdown("# Login Page")
 
306
 
307
  def app():
308
  with gr.Blocks() as demo:
309
+
310
  # Cart & Final Order Page (Always at the Top)
 
311
  with gr.Row(visible=False) as cart_section:
312
  gr.Column(visible=True)
313
  gr.Markdown("### Cart & Final Order Page (Always at the Top)")
 
323
 
324
  gr.Row(cart_output)
325
  gr.Row(final_order_output)
 
326
  # Login Page
327
  with gr.Column(visible=True) as login_section:
328
  gr.Markdown("# Login Page")