The code has a little mistake on this line:
$w("#button").label = `Uploading...' //Instead of a single quotes, you used an apostrophe
Try changing it to single quotes
The code has a little mistake on this line:
$w("#button").label = `Uploading...' //Instead of a single quotes, you used an apostrophe
Try changing it to single quotes