ysharma HF staff commited on
Commit
9bbeeb3
·
1 Parent(s): 56acbda
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -38,9 +38,9 @@ to blossom.
38
  word: """
39
 
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"]]
 
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"]]