Skip to content

Commit df71892

Browse files
ovalle15ovalle15
authored andcommitted
Fixed error
1 parent 1845ca3 commit df71892

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
@@ -110,7 +110,7 @@
110110
"########### Radio Classification ###########\n",
111111
"radio_prediction = lb_types.ClassificationAnnotation(\n",
112112
" name=\"radio_question\", \n",
113-
" value=lb_types.Radio(answer = lb_types.ClassificationAnswer(name = \"second_radio_answer\", confidence=0.5))\n",
113+
" value=lb_types.Radio(answer = lb_types.ClassificationAnswer(name = \"first_radio_answer\", confidence=0.5))\n",
114114
")\n",
115115
"\n",
116116
"\n",

0 commit comments

Comments
 (0)