Spaces:
Running
Running
Muennighoff
commited on
Commit
•
8bc823d
1
Parent(s):
9c6d1ba
Update index.html
Browse files- index.html +13 -0
index.html
CHANGED
@@ -5,6 +5,19 @@
|
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<title>MTEB Arena</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
<script>
|
9 |
document.addEventListener("DOMContentLoaded", function() {
|
10 |
var gradioURL = "https://d7255b4441765deb6d.gradio.live/"; // Your variable URL
|
|
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<title>MTEB Arena</title>
|
8 |
+
<style>
|
9 |
+
body, html {
|
10 |
+
margin: 0;
|
11 |
+
padding: 0;
|
12 |
+
height: 100%;
|
13 |
+
overflow: hidden;
|
14 |
+
}
|
15 |
+
#gradioIframe {
|
16 |
+
width: 100%;
|
17 |
+
height: 100%;
|
18 |
+
border: none;
|
19 |
+
}
|
20 |
+
</style>
|
21 |
<script>
|
22 |
document.addEventListener("DOMContentLoaded", function() {
|
23 |
var gradioURL = "https://d7255b4441765deb6d.gradio.live/"; // Your variable URL
|