Dash - pythonanywhere deployment issue

Further reflection on

Yields this as the secret sauce from the analytic_app project:

more wsgi.py
#   10/08/2019
from index import app
application=app.server

if __name__ == "__main__":
    application.run()