release: minor improvements #1
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "NKYqnAEwCPYG"
|
"id": "NKYqnAEwCPYG",
|
||||||
|
"cellView": "form"
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
"# selections\n",
|
"# selections\n",
|
||||||
"class selection: \n",
|
"class selection: \n",
|
||||||
" artist = \"Twice\" #@param [\"Twice\"]\n",
|
" artist = \"Twice\" #@param [\"Twice\"]\n",
|
||||||
" video = \"MORE & MORE\" #@param {type:\"string\"}\n",
|
" video = \"\" #@param {type:\"string\"}\n",
|
||||||
" video = (video.strip()).lower()\n",
|
" video = (video.strip()).lower()\n",
|
||||||
" videoURL = ''\n",
|
" videoURL = ''\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
Loading…
Reference in a new issue