s-ahal commited on
Commit
2e54c94
·
verified ·
1 Parent(s): f95a7c2

Update static/app.js

Browse files
Files changed (1) hide show
  1. static/app.js +1 -1
static/app.js CHANGED
@@ -82,7 +82,7 @@ function hideLoading() {
82
  if (loadingInterval) clearInterval(loadingInterval);
83
  }
84
  function updateLoadingFrame() {
85
- loadingImg.src = `assets/Infer_LoadingAnimation/Property 1=Variant${loadingFrame}.svg`;
86
  }
87
 
88
  function hideResultSection() {
 
82
  if (loadingInterval) clearInterval(loadingInterval);
83
  }
84
  function updateLoadingFrame() {
85
+ loadingImg.src = `static/assets/Infer_LoadingAnimation/Property 1=Variant${loadingFrame}.svg`;
86
  }
87
 
88
  function hideResultSection() {