Spaces:
Runtime error
Runtime error
Sanchit Gandhi
commited on
Commit
·
f63429f
1
Parent(s):
92e6c3f
Update app.py
Browse files
app.py
CHANGED
@@ -48,11 +48,11 @@ examples = [
|
|
48 |
64, "sampling", True],
|
49 |
["Question: If I put cheese into the fridge, will it melt?\nAnswer:", 64, "greedy", True],
|
50 |
["Math exercise - answers:\n34+10=44\n54+20=", 64, "sampling", True],
|
51 |
-
["Python code to compute the factorial of a given number:", 64, "greedy", True]
|
52 |
["Question: Where does the Greek Goddess Persephone spend half of the year when she is not with her mother?\nAnswer:",
|
53 |
64, "sampling", True],
|
54 |
["spelling test answers.\nWhat are the letters in « language »?\nAnswer: l-a-n-g-u-a-g-e\nWhat are the letters in « Romanian »?\nAnswer:",
|
55 |
-
64, "sampling", True]
|
56 |
['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is:',
|
57 |
64, "sampling", True],
|
58 |
]
|
|
|
48 |
64, "sampling", True],
|
49 |
["Question: If I put cheese into the fridge, will it melt?\nAnswer:", 64, "greedy", True],
|
50 |
["Math exercise - answers:\n34+10=44\n54+20=", 64, "sampling", True],
|
51 |
+
["Python code to compute the factorial of a given number:", 64, "greedy", True],
|
52 |
["Question: Where does the Greek Goddess Persephone spend half of the year when she is not with her mother?\nAnswer:",
|
53 |
64, "sampling", True],
|
54 |
["spelling test answers.\nWhat are the letters in « language »?\nAnswer: l-a-n-g-u-a-g-e\nWhat are the letters in « Romanian »?\nAnswer:",
|
55 |
+
64, "sampling", True],
|
56 |
['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is:',
|
57 |
64, "sampling", True],
|
58 |
]
|