Dingyi6 commited on
Commit
be3580d
·
1 Parent(s): c35f66e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
16
  sys.path.append(parent_dir)
17
 
18
  import ee
19
- ee.Authenticate()
20
 
21
  import math
22
  from shiny import App, render, ui, reactive, Inputs, Outputs, Session
 
16
  sys.path.append(parent_dir)
17
 
18
  import ee
19
+ # ee.Authenticate()
20
 
21
  import math
22
  from shiny import App, render, ui, reactive, Inputs, Outputs, Session