Spaces:
Sleeping
Sleeping
Update testnavbar.py
Browse files- testnavbar.py +10 -10
testnavbar.py
CHANGED
|
@@ -14,17 +14,17 @@ hdrs = Theme.blue.headers()
|
|
| 14 |
# needed for frankenui theme styling
|
| 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 |
-
{"name": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://source.unsplash.com/seed/kalpasi
|
| 20 |
-
{"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/seed/radhuni
|
| 21 |
-
{"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/
|
| 22 |
-
{"name": "Mace (Javitri)", "price": "$299", "img": "https://source.unsplash.com/
|
| 23 |
-
{"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://source.unsplash.com/
|
| 24 |
-
{"name": "Ajmod (Indian Lovage)", "price": "$799", "img": "https://source.unsplash.com/
|
| 25 |
-
{"name": "Marathi Moggu", "price": "$799", "img": "https://source.unsplash.com/
|
| 26 |
-
{"name": "Kalonji (Nigella Seeds)", "price": "$799", "img": "https://source.unsplash.com/
|
| 27 |
-
|
| 28 |
|
| 29 |
CreateAccount = Card(
|
| 30 |
Grid(
|
|
|
|
| 14 |
# needed for frankenui theme styling
|
| 15 |
app, rt = fast_app(hdrs=hdrs, live=True)
|
| 16 |
|
| 17 |
+
# Examples Product Data to render in the gallery and detail pages https://picsum.photos/400/100?random=1 to 6
|
| 18 |
products = [
|
| 19 |
+
{"name": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://source.unsplash.com/seed/kalpasi/400x100"},
|
| 20 |
+
{"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/seed/radhuni/400x100"},
|
| 21 |
+
{"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/seed/kokum/400x100"},
|
| 22 |
+
{"name": "Mace (Javitri)", "price": "$299", "img": "https://source.unsplash.com/seed/mace/400x100"},
|
| 23 |
+
{"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://source.unsplash.com/seed/anardana/400x100"},
|
| 24 |
+
{"name": "Ajmod (Indian Lovage)", "price": "$799", "img": "https://source.unsplash.com/seed/ajmod/400x100"},
|
| 25 |
+
{"name": "Marathi Moggu", "price": "$799", "img": "https://source.unsplash.com/seed/marathimoggu/400x100"},
|
| 26 |
+
{"name": "Kalonji (Nigella Seeds)", "price": "$799", "img": "https://source.unsplash.com/seed/kalonji/400x100"}
|
| 27 |
+
]
|
| 28 |
|
| 29 |
CreateAccount = Card(
|
| 30 |
Grid(
|