Skip to content

Commit f399ec8

Browse files
authored
Update DataGrid.ipynb
1 parent 169eeef commit f399ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/DataGrid.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
"In the demo below, we will add annotations to the image. Annotations are composed of layers, and layers can contain `boxes` or `polygons`.\n",
584584
"\n",
585585
"```python\n",
586-
" annotations=[\n",
586+
" annotations=[\n",
587587
" comet_ml.Layer(\n",
588588
" boxes=[\n",
589589
" comet_ml.Box([x, y, w, h], label=label),\n",
@@ -878,4 +878,4 @@
878878
}
879879
}
880880
]
881-
}
881+
}

0 commit comments

Comments
 (0)