francescoKrnl commited on
Commit
84aac8a
1 Parent(s): b5da494

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
- parent.document.body.style.backgroundColor = "black";
 
74
 
75
  globalThis.theSketchDownloadFunction = () => {
76
  console.log("test")
 
70
  scripts = """
71
  async () => {
72
  console.log('Loaded...');
73
+ document.body.querySelector('main').requestFullscreen()
74
+
75
 
76
  globalThis.theSketchDownloadFunction = () => {
77
  console.log("test")