Dingyi6 commited on
Commit
8102c22
·
1 Parent(s): eaa23ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import time
4
  import io
5
 
6
  # Add Google Service account credential. Authenticates to the Earth Engine servers.
7
- os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = 'grounded-nebula-392621-f192b882c364.json'
8
 
9
  if 'GOOGLE_APPLICATION_CREDENTIALS' in os.environ:
10
  print("GOOGLE_APPLICATION_CREDENTIALS set to:", os.environ['GOOGLE_APPLICATION_CREDENTIALS'])
 
4
  import io
5
 
6
  # Add Google Service account credential. Authenticates to the Earth Engine servers.
7
+ os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = 'ee-yudingyi054-64e93ae89dc1.json'
8
 
9
  if 'GOOGLE_APPLICATION_CREDENTIALS' in os.environ:
10
  print("GOOGLE_APPLICATION_CREDENTIALS set to:", os.environ['GOOGLE_APPLICATION_CREDENTIALS'])