julien-c HF staff enzostvs HF staff commited on
Commit
8014532
1 Parent(s): b868fde
Files changed (1) hide show
  1. 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>