blumski commited on
Commit
9caae61
·
verified ·
1 Parent(s): 43faf56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def get_coordinates_osm(location_name:str) -> str:
14
 
15
  """A tool that fetches gps coordinates of a given place in the world
16
  Args:
17
- arg1: the name of the location (e.g., 'Kinshasa, Gombe').
18
  """
19
  headers = {
20
  'User-Agent': 'MyGeocodingApp/1.0 (youremail@example.com)'
 
14
 
15
  """A tool that fetches gps coordinates of a given place in the world
16
  Args:
17
+ location_name: the name of the location (e.g., 'Kinshasa, Gombe').
18
  """
19
  headers = {
20
  'User-Agent': 'MyGeocodingApp/1.0 (youremail@example.com)'