Spaces:
Running
Running
Update prompt_settings.py
Browse files- prompt_settings.py +2 -2
prompt_settings.py
CHANGED
@@ -39,8 +39,8 @@ final_answer("apple, flour, lemon juice")
|
|
39 |
|
40 |
β Incorrect:
|
41 |
```py
|
42 |
-
print("Here is the list: apple, flour, lemon juice")
|
43 |
-
final_answer("Here is the list: apple, flour, lemon juice")
|
44 |
```<end_code>
|
45 |
|
46 |
Your final answer must be a raw string, consisting solely of the correct comma-separated list of ingredients.
|
|
|
39 |
|
40 |
β Incorrect:
|
41 |
```py
|
42 |
+
print("Here is the list: apple, flour, freshly squeezed lemon juice")
|
43 |
+
final_answer("Here is the list: apple, flour, freshly squeezed lemon juice")
|
44 |
```<end_code>
|
45 |
|
46 |
Your final answer must be a raw string, consisting solely of the correct comma-separated list of ingredients.
|