Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def get_location_name_from_lat_lon(lat:int, lon:int)-> str: #it's import to spec
|
|
16 |
lat: latitude of the location
|
17 |
lon: longtiude of the location
|
18 |
"""
|
19 |
-
summ =
|
20 |
|
21 |
return f"The location is from cengiz: {summ}"
|
22 |
|
|
|
16 |
lat: latitude of the location
|
17 |
lon: longtiude of the location
|
18 |
"""
|
19 |
+
summ = lat + lon + 30
|
20 |
|
21 |
return f"The location is from cengiz: {summ}"
|
22 |
|