Update index.html
Browse files- index.html +9 -1
index.html
CHANGED
@@ -29,7 +29,15 @@ Exploring Refusal Loss Landscapes </title>
|
|
29 |
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
|
30 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>
|
31 |
<script src="assets/js/calibration.js?v=90447f115a006bc45b738d9592069468b20e2551"></script>
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
|
35 |
|
|
|
29 |
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
|
30 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>
|
31 |
<script src="assets/js/calibration.js?v=90447f115a006bc45b738d9592069468b20e2551"></script>
|
32 |
+
<link rel="stylesheet" href="//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css">
|
33 |
+
<link rel="stylesheet" href="/resources/demos/style.css">
|
34 |
+
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
|
35 |
+
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
|
36 |
+
<script>
|
37 |
+
$( function() {
|
38 |
+
$( "#tabs" ).tabs();
|
39 |
+
} );
|
40 |
+
</script>
|
41 |
|
42 |
|
43 |
|