Spaces:
Sleeping
Sleeping
remove initialization script
Browse files- pages/00_home.py +1 -2
pages/00_home.py
CHANGED
@@ -58,8 +58,7 @@ class BarChartPlotter:
|
|
58 |
).show()
|
59 |
|
60 |
@solara.component
|
61 |
-
def Page():
|
62 |
-
ee.Initialize()
|
63 |
with solara.Column(style={"min-width": "500px"}):
|
64 |
Map.element(
|
65 |
center=[40, -100],
|
|
|
58 |
).show()
|
59 |
|
60 |
@solara.component
|
61 |
+
def Page():
|
|
|
62 |
with solara.Column(style={"min-width": "500px"}):
|
63 |
Map.element(
|
64 |
center=[40, -100],
|