Update app.py
Browse files
app.py
CHANGED
@@ -23,9 +23,9 @@ DIRECT_ANS_PROMPT = "The answer is"
|
|
23 |
#}
|
24 |
|
25 |
EXAMPLES = ['Take the last letters of each words in \"Kristopher Deb Jake Tammy\" and concatenate them.', \
|
26 |
-
'Do the telescopes at Goldstone Deep Space Communications Complex work the night shift?'\
|
27 |
'What would someone use a personal key for? Answer Choices: (A) car stand (B) at hotel (C) own home (D) front door (E) bus depot', \
|
28 |
-
'David watched some nesting birds using his binoculars while on vacation. Where might David be
|
29 |
'Mary loves eating fruits. Mary paid $7.19 for berries, and $6.83 for peaches with a $20 bill. How much change did Mary receive?']
|
30 |
|
31 |
|
|
|
23 |
#}
|
24 |
|
25 |
EXAMPLES = ['Take the last letters of each words in \"Kristopher Deb Jake Tammy\" and concatenate them.', \
|
26 |
+
'Do the telescopes at Goldstone Deep Space Communications Complex work the night shift?', \
|
27 |
'What would someone use a personal key for? Answer Choices: (A) car stand (B) at hotel (C) own home (D) front door (E) bus depot', \
|
28 |
+
'David watched some nesting birds using his binoculars while on vacation. Where might David be? Answer Choices: (A) sky (B) vacation (C) forest (D) countryside (E) roof', \
|
29 |
'Mary loves eating fruits. Mary paid $7.19 for berries, and $6.83 for peaches with a $20 bill. How much change did Mary receive?']
|
30 |
|
31 |
|