I added options and text_input blocks onto image_manual recipes, then prodigy stops yielding image. Could you helo me with this?
blocks = [
{"view_id": "image_manual"},
{"view_id": "choice"},
{"view_id": "text_input", "field_rows": 2, "field_label": "Explain your decision"}
]
return {
"dataset": dataset,
"view_id": "blocks",
"stream": stream,
"before_db": before_db,
"config": {
"labels": ["TITLE"],
"blocks": blocks
}
}