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