Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
|
@@ -12,7 +12,8 @@
|
|
| 12 |
</head>
|
| 13 |
<body>
|
| 14 |
<h1>DCM Assembly Visualizer</h1>
|
| 15 |
-
<
|
|
|
|
| 16 |
|
| 17 |
<script>
|
| 18 |
async function drawFromServer() {
|
|
@@ -77,4 +78,4 @@
|
|
| 77 |
drawFromServer();
|
| 78 |
</script>
|
| 79 |
</body>
|
| 80 |
-
</html>
|
|
|
|
| 12 |
</head>
|
| 13 |
<body>
|
| 14 |
<h1>DCM Assembly Visualizer</h1>
|
| 15 |
+
<p>Select a file using the backend (upload via /upload endpoint) and refresh this page.</p>
|
| 16 |
+
<div id="plot">Loading 3D viewer...</div>
|
| 17 |
|
| 18 |
<script>
|
| 19 |
async function drawFromServer() {
|
|
|
|
| 78 |
drawFromServer();
|
| 79 |
</script>
|
| 80 |
</body>
|
| 81 |
+
</html>
|