Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -38,9 +38,9 @@ to blossom.
|
|
38 |
word: """
|
39 |
|
40 |
prompt = """
|
41 |
-
Q:
|
42 |
-
A:
|
43 |
-
Q:
|
44 |
A: """
|
45 |
|
46 |
examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
|
|
|
38 |
word: """
|
39 |
|
40 |
prompt = """
|
41 |
+
Q: Joy has 5 balls. He buys 2 more cans of balls. Each can has 3 balls. How many balls he has now?
|
42 |
+
A: Joy had 5 balls. 2 cans of 3 balls each is 6 balls. 5 + 6 = 11. Answer is 11.
|
43 |
+
Q: Jane has 16 balls. Half balls are golf balls, and half golf balls are red. How many red golf balls are there?
|
44 |
A: """
|
45 |
|
46 |
examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
|