Skip to content

Commit dd451f4

Browse files
ovalle15ovalle15
authored andcommitted
Replace data rows with global keys
1 parent a6693d8 commit dd451f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/prediction_upload/html_predictions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"label = []\n",
405405
"label.append(\n",
406406
" lb_types.Label(\n",
407-
" data=lb_types.HTMLData(global_key=global_key),\n",
407+
" data=lb_types.ImageData(global_key=global_key),\n",
408408
" annotations = [\n",
409409
" radio_prediction, \n",
410410
" radio_prediction_nested,\n",

0 commit comments

Comments
 (0)