gaparmar commited on
Commit
e8ccebc
1 Parent(s): a5f38fd

download output and sketch

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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