AItool commited on
Commit
8abff3a
·
verified ·
1 Parent(s): 7eedaff

decimal points to prices

Browse files
Files changed (1) hide show
  1. testnavbar.py +8 -8
testnavbar.py CHANGED
@@ -15,14 +15,14 @@ hdrs = Theme.blue.headers()
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(
 
15
  app, rt = fast_app(hdrs=hdrs, live=True)
16
 
17
  products = [
18
+ {"name": "Kalpasi (Black Stone Flower)", "price": "$509.50", "img": "https://picsum.photos/400/100?random=1"},
19
+ {"name": "Radhuni (Wild Celery Seeds)", "price": "$505.25", "img": "https://picsum.photos/400/100?random=2"},
20
+ {"name": "Kokum", "price": "$503.00", "img": "https://picsum.photos/400/100?random=3"},
21
+ {"name": "Mace (Javitri)", "price": "$504.50", "img": "https://picsum.photos/400/100?random=4"},
22
+ {"name": "Anardana (Dried Pomegranate)", "price": "$506.25", "img": "https://picsum.photos/400/100?random=5"},
23
+ {"name": "Ajmod (Indian Lovage)", "price": "$507.00", "img": "https://picsum.photos/400/100?random=6"},
24
+ {"name": "Marathi Moggu", "price": "$508.50", "img": "https://picsum.photos/400/100?random=7"},
25
+ {"name": "Kalonji (Nigella Seeds)", "price": "$504.25", "img": "https://picsum.photos/400/100?random=8"}
26
  ]
27
 
28
  CreateAccount = Card(