Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
·
fddc51a
1
Parent(s):
ac12df4
Add Google Analytics
Browse files- index.html +9 -0
index.html
CHANGED
|
@@ -5,6 +5,15 @@
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 |
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.23.0/gradio.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<gradio-app src="https://ml-energy-leaderboard.hf.space?__theme=light"></gradio-app>
|
|
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 |
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.23.0/gradio.js"></script>
|
| 8 |
+
<!-- Google tag (gtag.js) -->
|
| 9 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8NM6L1X6ML"></script>
|
| 10 |
+
<script>
|
| 11 |
+
window.dataLayer = window.dataLayer || [];
|
| 12 |
+
function gtag(){dataLayer.push(arguments);}
|
| 13 |
+
gtag('js', new Date());
|
| 14 |
+
|
| 15 |
+
gtag('config', 'G-8NM6L1X6ML');
|
| 16 |
+
</script>
|
| 17 |
</head>
|
| 18 |
<body>
|
| 19 |
<gradio-app src="https://ml-energy-leaderboard.hf.space?__theme=light"></gradio-app>
|