ka2021vin commited on
Commit
054b6d3
·
verified ·
1 Parent(s): 20a3ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def get_stock_information(stock:str) -> str:
38
 
39
  @tool
40
  def get_radio_station(input_cr : str) -> list:
41
- """ this tool provide radio stream links input_cr (coutry) specified
42
  Args:
43
  input_cr (str) :A string representing a valid input_cr (e.g., 'us')
44
  """
 
38
 
39
  @tool
40
  def get_radio_station(input_cr : str) -> list:
41
+ """ This tool provide radio stream links input_cr (coutry) specified
42
  Args:
43
  input_cr (str) :A string representing a valid input_cr (e.g., 'us')
44
  """