Spaces:
Running
Running
brian-xetdata
commited on
Commit
•
2de861b
1
Parent(s):
9e3714d
Fixing default view
Browse files
proxy.py
CHANGED
@@ -62,7 +62,7 @@ def chooser():
|
|
62 |
</script>
|
63 |
</head>
|
64 |
<body style="padding: 0; margin: 0; display: flex; flex-direction: row; align-items: center;">
|
65 |
-
<iframe id="netron" src="/netron?url=https://huggingface.co/brianronan/chessbot-test/resolve/
|
66 |
</body>
|
67 |
</html>
|
68 |
"""
|
|
|
62 |
</script>
|
63 |
</head>
|
64 |
<body style="padding: 0; margin: 0; display: flex; flex-direction: row; align-items: center;">
|
65 |
+
<iframe id="netron" src="/netron?url=https://huggingface.co/brianronan/chessbot-test/resolve/updated/chessbot.pb" style="width: 100%; height: calc(100% - 30px); border: none;"></iframe>
|
66 |
</body>
|
67 |
</html>
|
68 |
"""
|