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.