cengizasmazoglu commited on
Commit
09b3f82
·
verified ·
1 Parent(s): b4ee3b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- arg1: latitude of the location
17
- arg2: longtiude of the location
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