krrishk22 commited on
Commit
e8447ae
·
verified ·
1 Parent(s): 4cd8aa4

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. 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="Aries", language="EN")
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