Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"""
|
| 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 |
"""
|