florentgbelidji HF staff commited on
Commit
eaf26d2
·
verified ·
1 Parent(s): 091e410

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def select(data, event):
17
  return Map(
18
  location=[row['topo_start_lat'], row['topo_start_lon']],
19
  zoom_start=10,
20
- tiles="https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}",
21
  )
22
 
23
  with gr.Blocks() as demo:
 
17
  return Map(
18
  location=[row['topo_start_lat'], row['topo_start_lon']],
19
  zoom_start=10,
20
+
21
  )
22
 
23
  with gr.Blocks() as demo: