SpatialWebAgent commited on
Commit
306bd33
·
verified ·
1 Parent(s): 121e409

Update pages/2_Tagger.py

Browse files
Files changed (1) hide show
  1. pages/2_Tagger.py +1 -1
pages/2_Tagger.py CHANGED
@@ -388,7 +388,7 @@ if mode == "geocombo":
388
  #
389
  # geojson = llm_coding.get_geojson(None, coords[0], coords[1])
390
 
391
- geojson = call_backend(text)
392
  print(geojson, 'gggggg')
393
  draw_location(geojson)
394
  # print(coords[0], coords[1], 'cccooo')
 
388
  #
389
  # geojson = llm_coding.get_geojson(None, coords[0], coords[1])
390
 
391
+ geojson = call_backend(text)['data'][0]
392
  print(geojson, 'gggggg')
393
  draw_location(geojson)
394
  # print(coords[0], coords[1], 'cccooo')