ysharma HF staff commited on
Commit
08e91ac
1 Parent(s): a7af6ea
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -38,8 +38,10 @@ to blossom.
38
  word: """
39
 
40
  prompt = """
 
 
41
  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?
42
- A: The answer (arabic numerals) is """
43
 
44
  examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
45
 
 
38
  word: """
39
 
40
  prompt = """
41
+ Q: Roger has 5 tennis balls. He buys 2 more cans of tennis balls. Each can has 3 tennis balls. How many tennis balls does he have now?
42
+ A: Roger started with 5 balls. 2 cans of 3 tennis balls each is 6 tennis balls. 5 + 6 = 11. The 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"]]
47