Spaces:
Sleeping
Sleeping
Update testnavbar.py
Browse files- testnavbar.py +0 -2
testnavbar.py
CHANGED
|
@@ -16,7 +16,6 @@ app, rt = fast_app(hdrs=hdrs, live=True)
|
|
| 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"},
|
|
@@ -26,7 +25,6 @@ products = [
|
|
| 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 |
|
| 31 |
CreateAccount = Card(
|
| 32 |
Grid(
|
|
|
|
| 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/random/400x100/?kalpasi,spice"},
|
| 20 |
{"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/random/400x100/?radhuni,spice"},
|
| 21 |
{"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/random/400x100/?kokum,fruit"},
|
|
|
|
| 25 |
{"name": "Marathi Moggu", "price": "$799", "img": "https://source.unsplash.com/random/400x100/?marathi,moggu,spice"},
|
| 26 |
{"name": "Kalonji (Nigella Seeds)", "price": "$799", "img": "https://source.unsplash.com/random/400x100/?kalonji,nigella,seeds"}
|
| 27 |
]
|
|
|
|
| 28 |
|
| 29 |
CreateAccount = Card(
|
| 30 |
Grid(
|