nagasurendra commited on
Commit
e7d49fa
·
verified ·
1 Parent(s): 2a84100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -360,7 +360,7 @@ def app():
360
  <p id="modal-description"></p>
361
  <p id="modal-price"></p>
362
  <!-- Biryani Extras -->
363
- <label for="biryani-extras">Add-ons :</label>
364
  <div id="biryani-extras-options" style="display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0;">
365
  <label><input type="checkbox" name="biryani-extra" value="Thums up" /> Thums up + $2.00</label>
366
  <label><input type="checkbox" name="biryani-extra" value="Sprite" /> Sprite + $2.00</label>
@@ -374,7 +374,7 @@ def app():
374
  <label for="quantity">Quantity:</label>
375
  <input type="number" id="quantity" value="1" min="1" style="width: 50px;" />
376
  <br><br>
377
- <textarea id="special-instructions" placeholder="Add special instructions here..." style="width: 100%; height: 60px;"></textarea>
378
  <br><br>
379
  <!-- Add to Cart Button -->
380
  <button style="background-color: #28a745; color: white; border: none; padding: 10px 20px; font-size: 14px; border-radius: 5px; cursor: pointer;" onclick="addToCart()">Add to Cart</button>
 
360
  <p id="modal-description"></p>
361
  <p id="modal-price"></p>
362
  <!-- Biryani Extras -->
363
+ <label for="biryani-extras"><strong>Add-ons :</strong></label>
364
  <div id="biryani-extras-options" style="display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0;">
365
  <label><input type="checkbox" name="biryani-extra" value="Thums up" /> Thums up + $2.00</label>
366
  <label><input type="checkbox" name="biryani-extra" value="Sprite" /> Sprite + $2.00</label>
 
374
  <label for="quantity">Quantity:</label>
375
  <input type="number" id="quantity" value="1" min="1" style="width: 50px;" />
376
  <br><br>
377
+ <textarea id="special-instructions" placeholder="Add your special instructions here..." style="width: 100%; height: 60px;"></textarea>
378
  <br><br>
379
  <!-- Add to Cart Button -->
380
  <button style="background-color: #28a745; color: white; border: none; padding: 10px 20px; font-size: 14px; border-radius: 5px; cursor: pointer;" onclick="addToCart()">Add to Cart</button>