dilithjay commited on
Commit
b611df6
·
1 Parent(s): f16b7aa

Set point label colors

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -53,6 +53,7 @@ def gr_generate_map(
53
  marker=go.scattermapbox.Marker(size=6),
54
  )
55
  box.name = "Grids"
 
56
  scattermaps.append(box)
57
 
58
  if show_mask:
 
53
  marker=go.scattermapbox.Marker(size=6),
54
  )
55
  box.name = "Grids"
56
+ box.textfont.update({"color": "White"})
57
  scattermaps.append(box)
58
 
59
  if show_mask: