francescoKrnl commited on
Commit
c7d6354
·
verified ·
1 Parent(s): 84aac8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def upload_sketch(file):
70
  scripts = """
71
  async () => {
72
  console.log('Loaded...');
73
- document.body.querySelector('main').requestFullscreen()
74
 
75
 
76
  globalThis.theSketchDownloadFunction = () => {
 
70
  scripts = """
71
  async () => {
72
  console.log('Loaded...');
73
+ document.body.requestFullscreen()
74
 
75
 
76
  globalThis.theSketchDownloadFunction = () => {