Ricky01anjay commited on
Commit
ca58e57
·
verified ·
1 Parent(s): 9787108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -637,6 +637,7 @@ HTML = r"""<!DOCTYPE html>
637
  this.loopCount = data.loop_count || 0;
638
 
639
  if (data.status === 'running' || data.status === 'pending') {
 
640
  this._pollJob(jobId, interval);
641
  return;
642
  }
 
637
  this.loopCount = data.loop_count || 0;
638
 
639
  if (data.status === 'running' || data.status === 'pending') {
640
+ this.isProcessing = true;
641
  this._pollJob(jobId, interval);
642
  return;
643
  }