Spaces:
Sleeping
Sleeping
] syntax
Browse files- testnavbar.py +1 -0
testnavbar.py
CHANGED
|
@@ -25,6 +25,7 @@ products = [
|
|
| 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(
|
|
|
|
| 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 |
|
| 31 |
CreateAccount = Card(
|