Hi!
I’m currently uploading a dataset that includes an "image"
column (PNG files), along with some metadata columns. The dataset is loaded from a .jsonl
file. My goal is to have the "image"
column appear as the first column in the dataset card preview UI on the Hub.
However, at the moment, the "image"
column is not the first—in fact, it appears last, which is not ideal for the presentation I’d like to achieve.
I have a couple of questions:
- Is there a way to force the dataset card to display the
"image"
column first? - Is there currently any way to control or influence the column order in the dataset preview UI?
- Does the order of keys in the
.jsonl
file or thefeatures
argument affect the display order?
Thanks again for your time and help!