Hello,
I am trying to compare two texts generated from another, using the recipe compare
and I would like to get the original text and the options to select. This is what I am currently obtaining:
Here are the first line of the two jsonlines files that I am comparing.
File A:
{"id": "B17-11593", "input": {"text": "VEJIGA:\nM\u00ednimo fragmento de urotelio sin alteraciones citol\u00f3gicas relevantes. Muestra en el l\u00edmite de la representatividad"}, "output": {"text": "MATERIAL INADECUADO PARA EL DIAGNOSTICO "}}
File B:
{"id": "B17-11593", "input": {"text": "VEJIGA:\nM\u00ednimo fragmento de urotelio sin alteraciones citol\u00f3gicas relevantes. Muestra en el l\u00edmite de la representatividad"}, "output": {"text": "NORMAL "}}
Why the input text doesnt appear above the two buttons, like it does on the documentation examples?