AItool commited on
Commit
7eedaff
·
verified ·
1 Parent(s): 51814f6

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +8 -9
testnavbar.py CHANGED
@@ -14,16 +14,15 @@ 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 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(
 
14
  # needed for frankenui theme styling
15
  app, rt = fast_app(hdrs=hdrs, live=True)
16
 
 
17
  products = [
18
+ {"name": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://picsum.photos/400/100?random=1"},
19
+ {"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://picsum.photos/400/100?random=2"},
20
+ {"name": "Kokum", "price": "$199", "img": "https://picsum.photos/400/100?random=3"},
21
+ {"name": "Mace (Javitri)", "price": "$299", "img": "https://picsum.photos/400/100?random=4"},
22
+ {"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://picsum.photos/400/100?random=5"},
23
+ {"name": "Ajmod (Indian Lovage)", "price": "$799", "img": "https://picsum.photos/400/100?random=6"},
24
+ {"name": "Marathi Moggu", "price": "$799", "img": "https://picsum.photos/400/100?random=7"},
25
+ {"name": "Kalonji (Nigella Seeds)", "price": "$799", "img": "https://picsum.photos/400/100?random=8"}
26
  ]
27
 
28
  CreateAccount = Card(