diff --git a/examples/basics/custom_embeddings.ipynb b/examples/basics/custom_embeddings.ipynb index cae48833f..355a645b4 100644 --- a/examples/basics/custom_embeddings.ipynb +++ b/examples/basics/custom_embeddings.ipynb @@ -130,7 +130,7 @@ "metadata": {}, "source": [ "# get images from a Labelbox dataset\n", - "# Our systems start to process data after 1000 embeddings of each type, for this demo make sure your dataset is over 1000 data rows", + "# Our systems start to process data after 1000 embeddings of each type, for this demo make sure your dataset is over 1000 data rows\n", "dataset = client.get_dataset(\"\")\n", "drs = list(dataset.export_data_rows(timeout_seconds=9999))\n", "data_row_ids = [dr.uid for dr in drs]" @@ -322,4 +322,4 @@ "execution_count": null } ] -} \ No newline at end of file +}