Update index.html
Browse files- index.html +6 -6
index.html
CHANGED
@@ -17,12 +17,12 @@
|
|
17 |
>
|
18 |
</p>
|
19 |
</header>
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
</div>
|
27 |
</body>
|
28 |
</html>
|
|
|
17 |
>
|
18 |
</p>
|
19 |
</header>
|
20 |
+
<iframe
|
21 |
+
src="https://huggingface.co/datasets/sql-console/duckdb-nsql-scores/embed/sql-console/default/test?sql_console=true&sql=select+model_name+as+model%2C+prompt_format+as+prompt%2C+round%28all_execution_accuracy%2C+2%29+execution_accuracy%2C+bar%28all_execution_accuracy%2C+0%2C+1%29+as+score%0Afrom+test%0Aorder+by+all_execution_accuracy%0Adesc&views%5B%5D=test"
|
22 |
+
frameborder="0"
|
23 |
+
width="100%"
|
24 |
+
height="560px"
|
25 |
+
></iframe>
|
26 |
</div>
|
27 |
</body>
|
28 |
</html>
|