Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 679 Bytes

File metadata and controls

9 lines (8 loc) · 679 Bytes

Working on a dash app to track Montreal's ER status that includes recently released data on current patient counts etc

notes to myself on how to deploy this app on render:

  • update pip with: pip install --upgrade pip setuptools wheel && pip install -r requirements.txt as suggested here
  • gunicorn app:server
  • in script under app = Dash(name) add line server = app.server as suggested in video
  • on render set environment variable: PYTHON_VERSION = 3.10.5