Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -358,9 +358,9 @@ def app():
|
|
| 358 |
<img id="modal-image" style="width: 100%; height: 250px; border-radius: 8px; margin-bottom: 5px;" />
|
| 359 |
<h4 id="modal-name" style="font-size: 18px; height: auto; margin-bottom: 5px;"></h4>
|
| 360 |
<p id="modal-description" style="font-size: 14px; height: auto; margin-bottom: 5px;"></p>
|
| 361 |
-
<p id="modal-price" style="font-size: 14px; height: auto; margin-bottom: 10px;"></p>
|
| 362 |
<!-- Biryani Extras -->
|
| 363 |
-
<label for="biryani-extras" style="display: block; font-size: 12px; margin-bottom: 5px;">Extras :</label>
|
| 364 |
<div id="biryani-extras-options" style="display: flex; flex-wrap: wrap; gap: 5px; margin: 5px 0; height: 70px; overflow-y: auto;">
|
| 365 |
<label style="font-size: 12px;"><input type="checkbox" name="biryani-extra" value="Thums up" /> Thums up + $2.00</label>
|
| 366 |
<label style="font-size: 12px;"><input type="checkbox" name="biryani-extra" value="Sprite" /> Sprite + $2.00</label>
|
|
|
|
| 358 |
<img id="modal-image" style="width: 100%; height: 250px; border-radius: 8px; margin-bottom: 5px;" />
|
| 359 |
<h4 id="modal-name" style="font-size: 18px; height: auto; margin-bottom: 5px;"></h4>
|
| 360 |
<p id="modal-description" style="font-size: 14px; height: auto; margin-bottom: 5px;"></p>
|
| 361 |
+
<p id=\"modal-price\" style=\"font-size: 14px; font-weight: bold; height: auto; margin-bottom: 10px;\">$</p>
|
| 362 |
<!-- Biryani Extras -->
|
| 363 |
+
<label for=\"biryani-extras\" style=\"display: block; font-size: 12px; margin-bottom: 5px; font-weight: bold;\">Extras :</label>
|
| 364 |
<div id="biryani-extras-options" style="display: flex; flex-wrap: wrap; gap: 5px; margin: 5px 0; height: 70px; overflow-y: auto;">
|
| 365 |
<label style="font-size: 12px;"><input type="checkbox" name="biryani-extra" value="Thums up" /> Thums up + $2.00</label>
|
| 366 |
<label style="font-size: 12px;"><input type="checkbox" name="biryani-extra" value="Sprite" /> Sprite + $2.00</label>
|