Dingyi6 commited on
Commit
0c9f9ec
·
1 Parent(s): 2e88cc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
11
  sys.path.append(parent_dir)
12
 
13
  import ee
 
14
 
15
  import math
16
  from shiny import App, render, ui, reactive, Inputs, Outputs, Session
 
11
  sys.path.append(parent_dir)
12
 
13
  import ee
14
+ ee.Authenticate()
15
 
16
  import math
17
  from shiny import App, render, ui, reactive, Inputs, Outputs, Session