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