Spaces:
Running
Running
Julien Chaumond
commited on
Commit
·
0a4f2ca
1
Parent(s):
c981310
Relative urls, so that we can host on huggingface.co/coref
Browse files- index.html +4 -4
index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<meta charset="utf-8">
|
5 |
<title>Neural Coreference – Hugging Face</title>
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
7 |
-
<link rel="stylesheet" href="
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="header">
|
@@ -27,8 +27,8 @@
|
|
27 |
</div>
|
28 |
<div class="menu-button js-checkbox">
|
29 |
Debug
|
30 |
-
<img class="svg-checkbox js-checkbox-off" src="
|
31 |
-
<img class="svg-checkbox js-checkbox-on hide" src="
|
32 |
</div>
|
33 |
|
34 |
<div class="menu-button logo">
|
@@ -43,7 +43,7 @@
|
|
43 |
<div class="container"></div>
|
44 |
</div>
|
45 |
|
46 |
-
<script src="
|
47 |
<script>
|
48 |
(function() {
|
49 |
if (window.location.hostname === 'localhost') {
|
|
|
4 |
<meta charset="utf-8">
|
5 |
<title>Neural Coreference – Hugging Face</title>
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
7 |
+
<link rel="stylesheet" href="dist/style.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="header">
|
|
|
27 |
</div>
|
28 |
<div class="menu-button js-checkbox">
|
29 |
Debug
|
30 |
+
<img class="svg-checkbox js-checkbox-off" src="assets/checkbox-off.svg">
|
31 |
+
<img class="svg-checkbox js-checkbox-on hide" src="assets/checkbox-on.svg">
|
32 |
</div>
|
33 |
|
34 |
<div class="menu-button logo">
|
|
|
43 |
<div class="container"></div>
|
44 |
</div>
|
45 |
|
46 |
+
<script src="dist/script.js"></script>
|
47 |
<script>
|
48 |
(function() {
|
49 |
if (window.location.hostname === 'localhost') {
|