Spaces:
Sleeping
Sleeping
Update testnavbar.py
Browse files- testnavbar.py +2 -2
testnavbar.py
CHANGED
|
@@ -16,8 +16,8 @@ app, rt = fast_app(hdrs=hdrs, live=True)
|
|
| 16 |
|
| 17 |
# Examples Product Data to render in the gallery and detail pages
|
| 18 |
products = [
|
| 19 |
-
{"name": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://source.unsplash.com/
|
| 20 |
-
{"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/
|
| 21 |
{"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/random/400x100/?kokum,fruit"},
|
| 22 |
{"name": "Mace (Javitri)", "price": "$299", "img": "https://source.unsplash.com/random/400x100/?mace,spice"},
|
| 23 |
{"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://source.unsplash.com/random/400x100/?anardana,pomegranate"},
|
|
|
|
| 16 |
|
| 17 |
# Examples Product Data to render in the gallery and detail pages
|
| 18 |
products = [
|
| 19 |
+
{"name": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://source.unsplash.com/seed/{kalpasi,spice}/400x100"},
|
| 20 |
+
{"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/seed/{radhuni,spice}/400x100"},
|
| 21 |
{"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/random/400x100/?kokum,fruit"},
|
| 22 |
{"name": "Mace (Javitri)", "price": "$299", "img": "https://source.unsplash.com/random/400x100/?mace,spice"},
|
| 23 |
{"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://source.unsplash.com/random/400x100/?anardana,pomegranate"},
|