Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|