Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -374,6 +374,9 @@ def app():
|
|
| 374 |
<label for="special-instructions" style="display: block; font-size: 12px; margin-bottom: 5px;">Special Instructions:</label>
|
| 375 |
<textarea id="special-instructions" placeholder="Add special instructions here..." style="width: 100%; height: 60px; font-size: 12px;"></textarea>
|
| 376 |
</div>
|
|
|
|
|
|
|
|
|
|
| 377 |
</div>
|
| 378 |
""")
|
| 379 |
# Update menu dynamically based on preference
|
|
|
|
| 374 |
<label for="special-instructions" style="display: block; font-size: 12px; margin-bottom: 5px;">Special Instructions:</label>
|
| 375 |
<textarea id="special-instructions" placeholder="Add special instructions here..." style="width: 100%; height: 60px; font-size: 12px;"></textarea>
|
| 376 |
</div>
|
| 377 |
+
<div style="text-align: center; margin-top: 10px;">
|
| 378 |
+
<button id="add-to-cart-button" onclick="addToCart()" style="background-color: #28a745; color: white; border: none; padding: 8px 16px; font-size: 12px; border-radius: 5px; cursor: pointer;">Add to Cart</button>
|
| 379 |
+
</div>
|
| 380 |
</div>
|
| 381 |
""")
|
| 382 |
# Update menu dynamically based on preference
|