Hello Naheez,
Your logs contain repeated warnings similar to: „logMessage: 'Static file referenced by handler not found: www/index.html' ", and "resource: "/" ". Is your app.yaml configured correctly? The tutorial you followed describes the related step as:
"Edit the app.yaml file and add the following code to the file:
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: www/index.html
upload: www/index.html
- url: /(.*)
static_files: www/\1
upload: www/(.*)
"
If you want us to look at your code and try to reproduce the issue, you are encouraged to send us the needed information by way of a private email message. You can send private email by using the "reply" button's drop-down menu, at the top right of the editing window.