Spaces:
Sleeping
Sleeping
brian-xetdata
commited on
Commit
•
46e6534
1
Parent(s):
48f709c
Changing the load function
Browse files
proxy.py
CHANGED
@@ -57,7 +57,7 @@ def chooser():
|
|
57 |
iframe.src = '/netron?url=' + url;
|
58 |
}
|
59 |
|
60 |
-
|
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;">
|