Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def upload_sketch(file):
|
|
70 |
scripts = """
|
71 |
async () => {
|
72 |
console.log('Loaded...');
|
73 |
-
document.body.
|
74 |
|
75 |
|
76 |
globalThis.theSketchDownloadFunction = () => {
|
|
|
70 |
scripts = """
|
71 |
async () => {
|
72 |
console.log('Loaded...');
|
73 |
+
document.body.requestFullscreen()
|
74 |
|
75 |
|
76 |
globalThis.theSketchDownloadFunction = () => {
|