Spaces:
Sleeping
Sleeping
brian-xetdata
commited on
Commit
•
48f709c
1
Parent(s):
4fb0ad8
Fixing bad call
Browse files
proxy.py
CHANGED
@@ -57,7 +57,7 @@ def chooser():
|
|
57 |
iframe.src = '/netron?url=' + url;
|
58 |
}
|
59 |
|
60 |
-
document.onload(
|
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 |
+
document.onload(setFile());
|
61 |
</script>
|
62 |
</head>
|
63 |
<body style="padding: 0; margin: 0; display: flex; flex-direction: row; align-items: center;">
|