MihailRus commited on
Commit
1a5049c
·
verified ·
1 Parent(s): fb71515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def get_city_coordinates(city_name: str) -> dict:
39
  Returns coordinates (latitude and longitude) for the specified city.
40
 
41
  Arguments:
42
- city_name (str): The name of the city, for example, "Berlin".
43
 
44
  Returns:
45
  dict: A dictionary with the keys " latitude "and " longitude".
 
39
  Returns coordinates (latitude and longitude) for the specified city.
40
 
41
  Arguments:
42
+ city_name: The name of the city, for example, "Berlin".
43
 
44
  Returns:
45
  dict: A dictionary with the keys " latitude "and " longitude".