Spaces:
Sleeping
Sleeping
use notebook_connected render mechanism
Browse files- pages/00_home.py +1 -1
pages/00_home.py
CHANGED
@@ -3,7 +3,7 @@ import geemap
|
|
3 |
import solara
|
4 |
|
5 |
import plotly.io as pio
|
6 |
-
pio.renderers.default='
|
7 |
|
8 |
|
9 |
class Map(geemap.Map):
|
|
|
3 |
import solara
|
4 |
|
5 |
import plotly.io as pio
|
6 |
+
pio.renderers.default='notebook_connected'
|
7 |
|
8 |
|
9 |
class Map(geemap.Map):
|