Spaces:
Runtime error
Runtime error
add-space-header
#3
by
enzostvs
HF staff
- opened
- front/views/layout.hbs +8 -0
front/views/layout.hbs
CHANGED
@@ -68,5 +68,13 @@
|
|
68 |
gtag('config', 'G-56Y0W3EPT3');
|
69 |
}
|
70 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
</body>
|
72 |
</html>
|
|
|
68 |
gtag('config', 'G-56Y0W3EPT3');
|
69 |
}
|
70 |
</script>
|
71 |
+
<script type="importmap">
|
72 |
+
{ "imports": { "space-header": "https://esm.sh/@huggingface/space-header"
|
73 |
+
} }
|
74 |
+
</script>
|
75 |
+
<script type="module">
|
76 |
+
import {init} from 'space-header';
|
77 |
+
init("banana-projects/transformer-autocomplete")
|
78 |
+
</script>
|
79 |
</body>
|
80 |
</html>
|