Spaces:
Sleeping
Sleeping
data update
Browse files- testnavbar.py +9 -6
testnavbar.py
CHANGED
|
@@ -16,12 +16,15 @@ app, rt = fast_app(hdrs=hdrs, live=True)
|
|
| 16 |
|
| 17 |
# Examples Product Data to render in the gallery and detail pages
|
| 18 |
products = [
|
| 19 |
-
|
| 20 |
-
{"name": "
|
| 21 |
-
{"name": "
|
| 22 |
-
{"name": "
|
| 23 |
-
{"name": "
|
| 24 |
-
{"name": "
|
|
|
|
|
|
|
|
|
|
| 25 |
]
|
| 26 |
|
| 27 |
CreateAccount = Card(
|
|
|
|
| 16 |
|
| 17 |
# Examples Product Data to render in the gallery and detail pages
|
| 18 |
products = [
|
| 19 |
+
products = [
|
| 20 |
+
{"name": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://source.unsplash.com/random/400x100/?kalpasi,spice"},
|
| 21 |
+
{"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/random/400x100/?radhuni,spice"},
|
| 22 |
+
{"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/random/400x100/?kokum,fruit"},
|
| 23 |
+
{"name": "Mace (Javitri)", "price": "$299", "img": "https://source.unsplash.com/random/400x100/?mace,spice"},
|
| 24 |
+
{"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://source.unsplash.com/random/400x100/?anardana,pomegranate"},
|
| 25 |
+
{"name": "Ajmod (Indian Lovage)", "price": "$799", "img": "https://source.unsplash.com/random/400x100/?ajmod,spice"},
|
| 26 |
+
{"name": "Marathi Moggu", "price": "$799", "img": "https://source.unsplash.com/random/400x100/?marathi,moggu,spice"},
|
| 27 |
+
{"name": "Kalonji (Nigella Seeds)", "price": "$799", "img": "https://source.unsplash.com/random/400x100/?kalonji,nigella,seeds"}
|
| 28 |
]
|
| 29 |
|
| 30 |
CreateAccount = Card(
|