Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 37 |
def get_oil_price_by_country(country: str) -> str:
|
| 38 |
"""A tool that fetches the current oil price in a specific country.
|
| 39 |
Args:
|
| 40 |
-
|
| 41 |
"""
|
| 42 |
try:
|
| 43 |
return f"The oil price for {country} is: {0.1 *len(country)}$"
|
|
|
|
| 37 |
def get_oil_price_by_country(country: str) -> str:
|
| 38 |
"""A tool that fetches the current oil price in a specific country.
|
| 39 |
Args:
|
| 40 |
+
country: A string representing a the country for which we need to provide the oil price.
|
| 41 |
"""
|
| 42 |
try:
|
| 43 |
return f"The oil price for {country} is: {0.1 *len(country)}$"
|