Skip to content

Commit 9c48e97

Browse files
committed
minor changes
1 parent 823dfae commit 9c48e97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Variational_Autoencoder.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,9 @@
832832
"colab_type": "text"
833833
},
834834
"source": [
835-
"<i>TIP</i> : Here's a really useful tip I found on Reddit (by arvind1096) - to prevent Google Colab from disconnecting due to a timeout issue,execute the following JS function in the Google Chrome console. \n",
835+
"<i>TIP</i> : Here's a really useful tip I found on Reddit (by arvind1096) - to prevent Google Colab from disconnecting due to a timeout issue, execute the following JS function in the Google Chrome console. \n",
836836
"\n",
837+
"<br>\n",
837838
"function ClickConnect(){console.log(\"Working\");document.querySelector(\"colab-toolbar-button#connect\").click()}setInterval(ClickConnect,60000)"
838839
]
839840
},

0 commit comments

Comments
 (0)