hi yes
i did upload the website site after that i change the yaml file to
runtime: python27
vm: true
the upload work fine and in the end i get the message
Checking if updated app version is serving.
02:02 PM Enough VMs ready (2/2 ready).
02:02 PM Completed update of app: baraln-ee, version: 1
when i try to get to the website i got a empty page
the requirements file
webapp2 == 2.5.2
earthengine-api == 1.7.1
numpy == 1.10.4
Jinja2 == 2.8
the full yaml file
application: baraln-ee
version: 1
runtime: python27
vm: true
api_version: 1
threadsafe: true
handlers:
- url: /static/
static_dir: static
application_readable: true
secure: never
- url: /.*
secure: never
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- Crypto
the model that i Importing the python script
import os
import cgi
import config
import datetime
import time
import ee
import jinja2
import webapp2
import time
import sys
import json
from math import *
import numpy as np