bstraehle commited on
Commit
2744c36
·
verified ·
1 Parent(s): 4b487b0

Update util.py

Browse files
Files changed (1) hide show
  1. util.py +5 -1
util.py CHANGED
@@ -31,7 +31,11 @@ def get_final_answer(question, initial_answer):
31
 
32
  **Initial answer:** """
33
  initial_answer + """
34
-
 
 
 
 
35
  **Final answer:**
36
 
37
  """
 
31
 
32
  **Initial answer:** """
33
  initial_answer + """
34
+
35
+ **Example 1:** What is the opposite of white? Black
36
+ **Example 2:** How many 'r's are in the word strawberry? 3
37
+ **Example 3:** What is the biggest city in California? Los Angeles
38
+
39
  **Final answer:**
40
 
41
  """