Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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:
|