{
  "version": "0.0.1",
  "configurations": [
    {
      "name": "effectifs-scolaires",
      "runtimeExecutable": "streamlit",
      "runtimeArgs": ["run", "app_effectifs.py", "--server.port", "8501", "--server.headless", "true"],
      "port": 8501
    }
  ]
}
