francescoKrnl commited on
Commit
b5da494
1 Parent(s): 2ec3d1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -70,7 +70,8 @@ def upload_sketch(file):
70
  scripts = """
71
  async () => {
72
  console.log('Loaded...');
73
-
 
74
  globalThis.theSketchDownloadFunction = () => {
75
  console.log("test")
76
  var link = document.createElement("a");
 
70
  scripts = """
71
  async () => {
72
  console.log('Loaded...');
73
+ parent.document.body.style.backgroundColor = "black";
74
+
75
  globalThis.theSketchDownloadFunction = () => {
76
  console.log("test")
77
  var link = document.createElement("a");