| services: | |
| - type: web | |
| name: visual-ml-playground | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python app.py --no-browser | |
| healthCheckPath: / | |
| services: | |
| - type: web | |
| name: visual-ml-playground | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python app.py --no-browser | |
| healthCheckPath: / | |