iamsuman commited on
Commit
3eb239a
·
1 Parent(s): e6b0edb

remove initialization script

Browse files
Files changed (1) hide show
  1. 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],