Resource Usage in Code Workspace Published Dashboards

I understand per https://community.palantir.com/t/shared-resource-model-in-code-workspaces/469 that when multiple users access a Code Workspace “directly,” they each receive their own isolated session, which separately consumes compute resources (so five users accessing the same Code Workspace at the same time uses five times as much compute as one user).

However, what is the behavior when multiple users access a published Dash or Streamlit dashboard? Is there a single shared session that spins up when the first user opens the dashboard and spins down when the last user closes the dashboard, or is the model identical to other Code Workspace workflows, with compute usage increasing linearly with the number of simultaneous users?