Added examples
Browse files- examples.py +3 -1
examples.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
examples = [
|
2 |
-
"Who was the greek
|
3 |
"When was the heir to the throne of the United Kingdom born?",
|
|
|
|
|
4 |
]
|
|
|
1 |
examples = [
|
2 |
+
"Who was the greek goddess of spring growth?",
|
3 |
"When was the heir to the throne of the United Kingdom born?",
|
4 |
+
"Which month marked the beginning of the new year for Semites, according to their agricultural traditions?",
|
5 |
+
"When was the most successful player in NBA history born?",
|
6 |
]
|