Good afternoon,
I was trying to modify the height of the spaces between the lines with the wrap in the relations interface (i am using the ner.manual). I found my prodigy.json file which was empty and changed it to:
{
"relationHeightWrap": 50
}
I also defined the PRODIGY_HOME to the directory in which my prodigy.json file is in. So I am not really understanding why when I run my script that does:
prodigy.serve('rel.manual dataset pt_core_news_sm ./input_file.jsonl -l ' + relations + ' --span-label ' + spans, host=h , port=p, show_flag=True)
the relationHeightWrap did not change. Could you tell me what I am doing wrong or what I might be forgetting to do?
Best regards,
Maria Duarte