Spaces:
Sleeping
Sleeping
Update examples.json
Browse files- examples.json +5 -13
examples.json
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
-
[
|
2 |
-
|
3 |
-
"
|
4 |
-
|
5 |
-
|
6 |
-
"image": "images/yes/Y1.jpg"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"image": "images/no/15_no.jpg"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"image": "images/yes/Y104.jpg"
|
13 |
-
}
|
14 |
]
|
|
|
1 |
+
examples = [
|
2 |
+
["images/no/1_no.jpeg"],
|
3 |
+
["images/yes/Y1.jpg"],
|
4 |
+
["images/no/15_no.jpg"],
|
5 |
+
["images/yes/Y104.jpg"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
]
|