bstraehle commited on
Commit
ca7df0a
·
verified ·
1 Parent(s): 4990e97

Update util.py

Browse files
Files changed (1) hide show
  1. util.py +1 -1
util.py CHANGED
@@ -32,7 +32,7 @@ def get_final_answer(question, initial_answer):
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
 
 
32
  **Initial answer:** """
33
  initial_answer + """
34
 
35
+ **Example 1:** What is the opposite of black? White
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