Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
84aac8a
1
Parent(s):
b5da494
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,8 @@ def upload_sketch(file):
|
|
70 |
scripts = """
|
71 |
async () => {
|
72 |
console.log('Loaded...');
|
73 |
-
|
|
|
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")
|