Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ def get_location_name_from_lat_lon(lat:int, lon:int)-> str: #it's import to spec
|
|
13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
14 |
"""A tool that gets the location name from latitude and longitude information
|
15 |
Args:
|
16 |
-
|
17 |
-
|
18 |
"""
|
19 |
summ = arg1 + arg2 + 30
|
20 |
|
|
|
13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
14 |
"""A tool that gets the location name from latitude and longitude information
|
15 |
Args:
|
16 |
+
lat: latitude of the location
|
17 |
+
lon: longtiude of the location
|
18 |
"""
|
19 |
summ = arg1 + arg2 + 30
|
20 |
|