AItool commited on
Commit
5c1a0da
·
verified ·
1 Parent(s): 92eff0c

data update

Browse files
Files changed (1) hide show
  1. 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
- {"name": "Laptop", "price": "$999", "img": "https://source.unsplash.com/random/400x100/?indian,spices"},
20
- {"name": "Smartphone", "price": "$599", "img": "https://picsum.photos/400/100??indian,spices"},
21
- {"name": "Headphones", "price": "$199", "img": "https://picsum.photos/400/100?random=3"},
22
- {"name": "Smartwatch", "price": "$299", "img": "https://picsum.photos/400/100?random=4"},
23
- {"name": "Tablet", "price": "$449", "img": "https://picsum.photos/400/100?random=5"},
24
- {"name": "Camera", "price": "$799", "img": "https://picsum.photos/400/100?random=6"},
 
 
 
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(