ysharma HF staff commited on
Commit
56acbda
·
1 Parent(s): 7c08a3a
Files changed (1) hide show
  1. app.py +1 -1
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 juggler can juggle 16 balls. Half of the balls are golf balls, and half of the golf balls are blue. How many blue golf balls are there?
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"]]