mstz commited on
Commit
53d8025
1 Parent(s): 8c81ba2

Upload monks.py

Browse files
Files changed (1) hide show
  1. monks.py +4 -4
monks.py CHANGED
@@ -47,10 +47,10 @@ _ENCODING_DICS = {
47
  3: "flag",
48
  },
49
  "jacket_color": {
50
- 0: "red",
51
- 1: "yellow",
52
- 2: "green",
53
- 3: "blue"
54
  },
55
  "is_smiling": {
56
  1: True,
 
47
  3: "flag",
48
  },
49
  "jacket_color": {
50
+ 1: "red",
51
+ 2: "yellow",
52
+ 3: "green",
53
+ 4: "blue"
54
  },
55
  "is_smiling": {
56
  1: True,