Horizontal View for Image Classification

hi @c00lcoder!

Thanks for the context -- that makes sense.

Yes, for the layout you want, custom CSS would be the best route. I would need to take some time to think about it more in detail.

However, there may be an alternative layout too to accomplish the same task. Can you describe your choice columns a bit more--Would they be integers from 0 to 10 like your example? If so, why do you have two columns? Perhaps to avoid too long of a choice list for numbers > 10.

If this is the case, perhaps an alternative layout may be easier.

Option 1: Add a Slider

Option 2: Input Box

A Prodigy community member asked something similar. They needed four choice columns below an image.

I showed them how to convert it to multiple text_input (open-ended text boxes):

arm

Since they were selecting categories, the post includes how to use field suggestions which may not be relevant for you since you have a numerical (integer) input.

Let me know if this helps. If not, I can try to look at the CSS later on to debug for the original layout.