JrettB commited on
Commit
02be075
·
verified ·
1 Parent(s): ced69f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
9
 
10
 
11
  @tool
12
- def get_geo_location(city:str)-> str:
13
  """A tool that fetches the geo location of the city (e.g., "latitude":40.71427,"longitude":-74.00597)
14
  Args:
15
  city: A string representing a valid city (e.g., New York)
 
9
 
10
 
11
  @tool
12
+ def get_geolocation(city:str)-> str:
13
  """A tool that fetches the geo location of the city (e.g., "latitude":40.71427,"longitude":-74.00597)
14
  Args:
15
  city: A string representing a valid city (e.g., New York)