Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +1 -1
prompts.yaml
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
Since no date is specified in the code, the tool will automatically use today's real date and return the prediction.
|
42 |
Code:
|
43 |
```py
|
44 |
-
answer = get_horoscope(sign="
|
45 |
print(answer)
|
46 |
```<end_code>
|
47 |
|
|
|
41 |
Since no date is specified in the code, the tool will automatically use today's real date and return the prediction.
|
42 |
Code:
|
43 |
```py
|
44 |
+
answer = get_horoscope(sign="ARIES", language="EN")
|
45 |
print(answer)
|
46 |
```<end_code>
|
47 |
|