Spaces:
Configuration error
Configuration error
Update util.py
Browse files
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
|
| 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 |
|