Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +1 -1
prompts.yaml
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
Code:
|
| 23 |
```py
|
| 24 |
stock_data = daily_stock_data(symbol)
|
| 25 |
-
final_answer(stock_data)
|
| 26 |
```<end_code>
|
| 27 |
---
|
| 28 |
Task: "Generate an image of the oldest person in this document."
|
|
|
|
| 22 |
Code:
|
| 23 |
```py
|
| 24 |
stock_data = daily_stock_data(symbol)
|
| 25 |
+
final_answer(str(stock_data))
|
| 26 |
```<end_code>
|
| 27 |
---
|
| 28 |
Task: "Generate an image of the oldest person in this document."
|