timqian commited on
Commit
fa529ec
1 Parent(s): 06ddc37

Fix legend issue

Browse files
asset-manifest.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "files": {
3
  "main.css": "/static/css/main.00f3c558.css",
4
- "main.js": "/static/js/main.e54dbb0e.js",
5
  "static/js/787.0bfccc2a.chunk.js": "/static/js/787.0bfccc2a.chunk.js",
6
  "index.html": "/index.html",
7
  "main.00f3c558.css.map": "/static/css/main.00f3c558.css.map",
8
- "main.e54dbb0e.js.map": "/static/js/main.e54dbb0e.js.map",
9
  "787.0bfccc2a.chunk.js.map": "/static/js/787.0bfccc2a.chunk.js.map"
10
  },
11
  "entrypoints": [
12
  "static/css/main.00f3c558.css",
13
- "static/js/main.e54dbb0e.js"
14
  ]
15
  }
 
1
  {
2
  "files": {
3
  "main.css": "/static/css/main.00f3c558.css",
4
+ "main.js": "/static/js/main.efb181dd.js",
5
  "static/js/787.0bfccc2a.chunk.js": "/static/js/787.0bfccc2a.chunk.js",
6
  "index.html": "/index.html",
7
  "main.00f3c558.css.map": "/static/css/main.00f3c558.css.map",
8
+ "main.efb181dd.js.map": "/static/js/main.efb181dd.js.map",
9
  "787.0bfccc2a.chunk.js.map": "/static/js/787.0bfccc2a.chunk.js.map"
10
  },
11
  "entrypoints": [
12
  "static/css/main.00f3c558.css",
13
+ "static/js/main.efb181dd.js"
14
  ]
15
  }
index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="View the like history of a project on huggingface"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Like History</title><script defer="defer" src="/static/js/main.e54dbb0e.js"></script><link href="/static/css/main.00f3c558.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
 
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="View the like history of a project on huggingface"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Like History</title><script defer="defer" src="/static/js/main.efb181dd.js"></script><link href="/static/css/main.00f3c558.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
package-lock.json CHANGED
@@ -18,7 +18,7 @@
18
  },
19
  "devDependencies": {
20
  "@tailwindcss/forms": "^0.5.6",
21
- "chart.xkcd": "^1.0.2",
22
  "tailwindcss": "^3.3.3"
23
  }
24
  },
@@ -5848,9 +5848,9 @@
5848
  }
5849
  },
5850
  "node_modules/chart.xkcd": {
5851
- "version": "1.1.13",
5852
- "resolved": "https://registry.npmjs.org/chart.xkcd/-/chart.xkcd-1.1.13.tgz",
5853
- "integrity": "sha512-++JC2J1D13MdB4XZHYfa/gekbJ9DtYMwSFohbtTsryrf1C3ylMy3jcNKgSSo6CA38lS3HDR1Xol+BGWtwZFJTg==",
5854
  "dev": true,
5855
  "dependencies": {
5856
  "d3-axis": "^1.0.12",
 
18
  },
19
  "devDependencies": {
20
  "@tailwindcss/forms": "^0.5.6",
21
+ "chart.xkcd": "^1.1.15",
22
  "tailwindcss": "^3.3.3"
23
  }
24
  },
 
5848
  }
5849
  },
5850
  "node_modules/chart.xkcd": {
5851
+ "version": "1.1.15",
5852
+ "resolved": "https://registry.npmjs.org/chart.xkcd/-/chart.xkcd-1.1.15.tgz",
5853
+ "integrity": "sha512-FPpNCkaVSPyB6GIb9eXKEAjKSnr6hA7blzQFUeTkZKvSr9wcg1eSK73V6APgfrzkDDK7X+iVtLXJXIGPrCFj8g==",
5854
  "dev": true,
5855
  "dependencies": {
5856
  "d3-axis": "^1.0.12",
package.json CHANGED
@@ -37,7 +37,7 @@
37
  },
38
  "devDependencies": {
39
  "@tailwindcss/forms": "^0.5.6",
40
- "chart.xkcd": "^1.0.2",
41
  "tailwindcss": "^3.3.3"
42
  }
43
  }
 
37
  },
38
  "devDependencies": {
39
  "@tailwindcss/forms": "^0.5.6",
40
+ "chart.xkcd": "^1.1.15",
41
  "tailwindcss": "^3.3.3"
42
  }
43
  }
static/js/main.efb181dd.js ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.efb181dd.js.LICENSE.txt ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
+
3
+ /**
4
+ * @license React
5
+ * react-dom.production.min.js
6
+ *
7
+ * Copyright (c) Facebook, Inc. and its affiliates.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */
12
+
13
+ /**
14
+ * @license React
15
+ * react-jsx-runtime.production.min.js
16
+ *
17
+ * Copyright (c) Facebook, Inc. and its affiliates.
18
+ *
19
+ * This source code is licensed under the MIT license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ */
22
+
23
+ /**
24
+ * @license React
25
+ * react.production.min.js
26
+ *
27
+ * Copyright (c) Facebook, Inc. and its affiliates.
28
+ *
29
+ * This source code is licensed under the MIT license found in the
30
+ * LICENSE file in the root directory of this source tree.
31
+ */
32
+
33
+ /**
34
+ * @license React
35
+ * scheduler.production.min.js
36
+ *
37
+ * Copyright (c) Facebook, Inc. and its affiliates.
38
+ *
39
+ * This source code is licensed under the MIT license found in the
40
+ * LICENSE file in the root directory of this source tree.
41
+ */
static/js/main.efb181dd.js.map ADDED
The diff for this file is too large to render. See raw diff