Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|