wut-web display smaller image

master
ml server 2020-01-22 16:53:36 -07:00
parent 957f213451
commit c277f36daa
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"display(Image(filename=rfile, width=400))" "display(Image(filename=rfile, width=300))"
] ]
} }
], ],