Spaces:
Running
Running
Upload examples.json
Browse files- data/examples.json +23 -0
data/examples.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"title": "r/MachineLearning",
|
| 4 |
+
"image": "r-MachineLearning.png",
|
| 5 |
+
"text": "r-MachineLearning.txt"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"title": "r/TIFU (1)-M",
|
| 9 |
+
"image": "r-tifu.png",
|
| 10 |
+
"text": "r-tifu-m.txt"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"title": "r/TIFU (2)-W",
|
| 14 |
+
"image": "r-tifu.png",
|
| 15 |
+
"text": "r-tifu-f.txt"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"title": "r/AITAH",
|
| 19 |
+
"image": "r-aitah.png",
|
| 20 |
+
"text": "r-aitah.txt"
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
]
|