Spaces:
Sleeping
Sleeping
gaparmar
commited on
Commit
·
e8ccebc
1
Parent(s):
a5f38fd
download output and sketch
Browse files
app.py
CHANGED
@@ -120,6 +120,9 @@ async () => {
|
|
120 |
document.body.appendChild(link); // Required for Firefox
|
121 |
link.click();
|
122 |
document.body.removeChild(link); // Clean up
|
|
|
|
|
|
|
123 |
return false
|
124 |
}
|
125 |
|
|
|
120 |
document.body.appendChild(link); // Required for Firefox
|
121 |
link.click();
|
122 |
document.body.removeChild(link); // Clean up
|
123 |
+
|
124 |
+
// also call the output download function
|
125 |
+
theOutputDownloadFunction();
|
126 |
return false
|
127 |
}
|
128 |
|