Spaces:
Build error
Build error
Commit ·
87d3d14
1
Parent(s): 785096a
Update interface
Browse files
visual_anagrams/views/__init__.py
CHANGED
|
@@ -30,7 +30,7 @@ VIEW_MAP_NAMES = {
|
|
| 30 |
'Rotate 90°': 'rotate_cw',
|
| 31 |
'Invert colors': 'negate',
|
| 32 |
'Shear': 'skew',
|
| 33 |
-
'Jigsaw
|
| 34 |
'Rotate inner circle': 'inner_circle',
|
| 35 |
}
|
| 36 |
|
|
|
|
| 30 |
'Rotate 90°': 'rotate_cw',
|
| 31 |
'Invert colors': 'negate',
|
| 32 |
'Shear': 'skew',
|
| 33 |
+
'Jigsaw': 'jigsaw',
|
| 34 |
'Rotate inner circle': 'inner_circle',
|
| 35 |
}
|
| 36 |
|