Fixed action.

This commit is contained in:
Hansly Saw 2022-05-01 12:31:56 +08:00
parent 439d7d3a50
commit fdd63c0497
1 changed files with 3 additions and 2 deletions

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",