Dataset Viewer for labeled image dataset

Hi guys, I published my first data set:

I followed the instructions in this page:

I picked the jsonl format. unfortunately the dataset viewer in the home page of the repo is not displaying a sample of the images.

This is my card config:

license: apache-2.0
task_categories:
  - object-detection
pretty_name: Credit Card V0.3 Dataset
size_categories:
  - 1K<n<10K
configs:
  - config_name: default
    data_files:
      - split: train
        path: images/train/train.jsonl
      - split: test
        path: images/test/test.jsonl
      - split: validation
        path: images/val/val.jsonl
tags:
  - finance
source_datasets:
  - original