release: minor improvements #1

Merged
buzz-lightsnack-2007 merged 3 commits from development into main 2022-05-03 10:00:28 +00:00
Showing only changes of commit fdd63c0497 - Show all commits

View file

@ -16,7 +16,8 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "NKYqnAEwCPYG"
"id": "NKYqnAEwCPYG",
"cellView": "form"
},
"outputs": [],
"source": [
@ -29,7 +30,7 @@
"# selections\n",
"class selection: \n",
" artist = \"Twice\" #@param [\"Twice\"]\n",
" video = \"MORE & MORE\" #@param {type:\"string\"}\n",
" video = \"\" #@param {type:\"string\"}\n",
" video = (video.strip()).lower()\n",
" videoURL = ''\n",
"\n",