Skip to content

Commit d255c56

Browse files
ovalle15ovalle15
authored andcommitted
Replace data rows with global keys
1 parent 3829a56 commit d255c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/prediction_upload/html_predictions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
" nested_checklist_prediction_ndjson\n",
439439
"]:\n",
440440
" annot.update({\n",
441-
" 'dataRow': {'global_key': global_key},\n",
441+
" 'dataRow': {'globalKey': global_key},\n",
442442
" })\n",
443443
" ndjson_prediction_method2.append(annot)"
444444
]
@@ -618,7 +618,7 @@
618618
" text_annotation_ndjson\n",
619619
" ]:\n",
620620
" annot.update({\n",
621-
" 'dataRow': {'global_key': global_key},\n",
621+
" 'dataRow': {'globalKey': global_key},\n",
622622
" })\n",
623623
" ndjson_annotation.append(annot)"
624624
]

0 commit comments

Comments
 (0)