Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -305,7 +305,7 @@ with gr.Blocks() as app:
|
|
305 |
with gr.Column():
|
306 |
gr.HTML("<h2 style='text-align: center;'>Final Order</h2>")
|
307 |
final_order = gr.HTML()
|
308 |
-
gr.
|
309 |
|
310 |
login_button.click(
|
311 |
lambda email, password: (gr.update(visible=False), gr.update(visible=True), gr.update(value=filter_menu("All")), "Login successful!")
|
|
|
305 |
with gr.Column():
|
306 |
gr.HTML("<h2 style='text-align: center;'>Final Order</h2>")
|
307 |
final_order = gr.HTML()
|
308 |
+
gr.HTML("<button onclick='proceedToCheckout()'>Place Your Order</button>")
|
309 |
|
310 |
login_button.click(
|
311 |
lambda email, password: (gr.update(visible=False), gr.update(visible=True), gr.update(value=filter_menu("All")), "Login successful!")
|