TusharsinghBaghel commited on
Commit
606d17a
·
verified ·
1 Parent(s): 0ebd13f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1344,8 +1344,9 @@ def Manager_agent(query, lat_min, lat_max, long_min, long_max):
1344
  retval= create_heatmap(stream_sed_file, column, lat_min, lat_max, long_min, long_max)
1345
 
1346
  elif task== "Contour":
1347
- print(par_list)
1348
  par_list = eval(lines[1])
 
1349
  column = par_list[0]
1350
  method = int(par_list[1])
1351
  if column == 'bouguer_an' or column== 'elevation_':
 
1344
  retval= create_heatmap(stream_sed_file, column, lat_min, lat_max, long_min, long_max)
1345
 
1346
  elif task== "Contour":
1347
+
1348
  par_list = eval(lines[1])
1349
+ print(par_list)
1350
  column = par_list[0]
1351
  method = int(par_list[1])
1352
  if column == 'bouguer_an' or column== 'elevation_':