brian-xetdata commited on
Commit
46e6534
1 Parent(s): 48f709c

Changing the load function

Browse files
Files changed (1) hide show
  1. proxy.py +1 -1
proxy.py CHANGED
@@ -57,7 +57,7 @@ def chooser():
57
  iframe.src = '/netron?url=' + url;
58
  }
59
 
60
- document.onload(setFile());
61
  </script>
62
  </head>
63
  <body style="padding: 0; margin: 0; display: flex; flex-direction: row; align-items: center;">
 
57
  iframe.src = '/netron?url=' + url;
58
  }
59
 
60
+ window.onload(setFile());
61
  </script>
62
  </head>
63
  <body style="padding: 0; margin: 0; display: flex; flex-direction: row; align-items: center;">