Spaces:
Sleeping
Sleeping
Create quotes.json
Browse files- src/quotes.json +22 -0
src/quotes.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"emotion": "POSITIVE",
|
| 4 |
+
"quote": "Keep your face always toward the sunshine—and shadows will fall behind you."
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"emotion": "POSITIVE",
|
| 8 |
+
"quote": "Believe you can and you're halfway there."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"emotion": "NEGATIVE",
|
| 12 |
+
"quote": "Even the darkest night will end and the sun will rise."
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"emotion": "NEGATIVE",
|
| 16 |
+
"quote": "It’s okay to not be okay. Just don’t give up."
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"emotion": "NEUTRAL",
|
| 20 |
+
"quote": "Life is a balance of holding on and letting go."
|
| 21 |
+
}
|
| 22 |
+
]
|