jbilcke-hf HF staff commited on
Commit
a1aa607
1 Parent(s): d7215d7
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -129,7 +129,7 @@
129
  }
130
 
131
  function stopGeneration() {
132
- document?.getElementById("iframe")?.stop();
133
  }
134
 
135
  function app() {
 
129
  }
130
 
131
  function stopGeneration() {
132
+ document?.getElementById("iframe")?.contentWindow?.stop?.();
133
  }
134
 
135
  function app() {