Skip to content

Commit 4d6621c

Browse files
authored
Add newlines
1 parent c6e8787 commit 4d6621c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/tutorials/keras/basic_classification.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
"plt.subplot(1,2,1)\n",
806806
"plot_image(i, predictions, test_labels, test_images)\n",
807807
"plt.subplot(1,2,2)\n",
808-
"plot_value_array(i, predictions, test_labels)",
808+
"plot_value_array(i, predictions, test_labels)\n",
809809
"plt.show()"
810810
],
811811
"execution_count": 0,
@@ -824,7 +824,7 @@
824824
"plt.subplot(1,2,1)\n",
825825
"plot_image(i, predictions, test_labels, test_images)\n",
826826
"plt.subplot(1,2,2)\n",
827-
"plot_value_array(i, predictions, test_labels)",
827+
"plot_value_array(i, predictions, test_labels)\n",
828828
"plt.show()"
829829
],
830830
"execution_count": 0,

0 commit comments

Comments
 (0)