wop commited on
Commit
71618a8
·
verified ·
1 Parent(s): 96e92e7

Update train.json

Browse files
Files changed (1) hide show
  1. train.json +2 -1
train.json CHANGED
@@ -23,6 +23,7 @@
23
  "pixels": [[2, 0], [1, 1], [2, 1], [3, 1], [4, 1], [2, 2]],
24
  "background": "light_blue",
25
  "color": "yellow"
26
- }
 
27
  ]
28
  }
 
23
  "pixels": [[2, 0], [1, 1], [2, 1], [3, 1], [4, 1], [2, 2]],
24
  "background": "light_blue",
25
  "color": "yellow"
26
+ },
27
+ {"name":"happy face","pixels":[[1,1],[3,1],[0,3],[3,4],[2,4],[1,4],[4,3]],"background":"light_blue","color":"black"}
28
  ]
29
  }