SpatialWebAgent commited on
Commit
f317a3e
·
verified ·
1 Parent(s): 828ef59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -438,7 +438,7 @@ def process_api(input_text):
438
 
439
  def process_api(input_text):
440
 
441
- return get_coordinates(input_text)
442
 
443
  # get_coordinates(location)
444
 
 
438
 
439
  def process_api(input_text):
440
 
441
+ return get_coordinates(input_text)
442
 
443
  # get_coordinates(location)
444