--- title: Global Dashboard colorFrom: blue colorTo: purple sdk: docker app_port: 7860 pinned: false --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ## Default group data Set the 11 Hugging Face group folders with `HF_GROUP_LINKS`. Accepted formats: - one link per line - comma-separated links - JSON array of links Example: ```bash HF_GROUP_LINKS="https://huggingface.co/spaces/CyberAl/Traffic-Tracker/tree/main/data,https://huggingface.co/spaces/another-group/project/tree/main/data" ``` Each folder should contain at least one `.csv` file and can also contain a test video (`.mp4`, `.webm`, `.mov`, `.avi`, `.mkv`, `.m4v`). The dashboard discovers those files automatically and uses them as default data.