Label is undefined

Hello, I am using the textcat.manual recipe but for some reason when I try to display the name of the text file I am classifying it shows as "UNDEFINED", this is what my json looks like.

[{
"text": "Apple updates its analytics service with new metrics",
"label": "TECHNOLOGY"
}]

I literally copied the example given in the documentation and it is showing undefined in the label area.

Hi! That's definitely strange :thinking: Which version of Prodigy are you using?

I just tested it locally in the latest version and if I use your example with textcat.manual, it looks like this for me:

I am using prodigy 1.11.0a8

Ah, could you upgrade to the latest stable version? a8 is an old nightly alpha and not a stable release, so it might be slightly different.