Spaces:
Build error
Build error
more details
Browse files- index.html +5 -3
index.html
CHANGED
@@ -48,9 +48,7 @@
|
|
48 |
</head>
|
49 |
<body>
|
50 |
<article class="mw8 mx-auto ph3 sans-serif">
|
51 |
-
<div class="measure-wide">
|
52 |
-
<h1> Drawing to Human</h1>
|
53 |
-
</div>
|
54 |
<div class="pv2" id="observablehq-viewof-bushSelector-8141fc94"></div>
|
55 |
<div class="pv2" id="observablehq-viewof-sampleImage-8141fc94"></div>
|
56 |
<div class="pv2" id="observablehq-viewof-textureSelection-8141fc94"></div>
|
@@ -67,6 +65,10 @@
|
|
67 |
} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
|
68 |
import define from "https://api.observablehq.com/d/e1b697bfe5c5d136.js?v=3";
|
69 |
new Runtime().module(define, (name) => {
|
|
|
|
|
|
|
|
|
70 |
if (name === "viewof bushSelector")
|
71 |
return new Inspector(
|
72 |
document.querySelector("#observablehq-viewof-bushSelector-8141fc94")
|
|
|
48 |
</head>
|
49 |
<body>
|
50 |
<article class="mw8 mx-auto ph3 sans-serif">
|
51 |
+
<div class="measure-wide" id="observablehq-intro-8141fc94"></div>
|
|
|
|
|
52 |
<div class="pv2" id="observablehq-viewof-bushSelector-8141fc94"></div>
|
53 |
<div class="pv2" id="observablehq-viewof-sampleImage-8141fc94"></div>
|
54 |
<div class="pv2" id="observablehq-viewof-textureSelection-8141fc94"></div>
|
|
|
65 |
} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
|
66 |
import define from "https://api.observablehq.com/d/e1b697bfe5c5d136.js?v=3";
|
67 |
new Runtime().module(define, (name) => {
|
68 |
+
if (name === "intro")
|
69 |
+
return new Inspector(
|
70 |
+
document.querySelector("#observablehq-intro-8141fc94")
|
71 |
+
);
|
72 |
if (name === "viewof bushSelector")
|
73 |
return new Inspector(
|
74 |
document.querySelector("#observablehq-viewof-bushSelector-8141fc94")
|