Update index.html
Browse files- index.html +8 -3
index.html
CHANGED
@@ -38,9 +38,14 @@ Exploring Refusal Loss Landscapes </title>
|
|
38 |
$( "#tabs" ).tabs();
|
39 |
} );
|
40 |
</script>
|
|
|
|
|
|
|
|
|
|
|
41 |
<script>
|
42 |
$( function() {
|
43 |
-
$( "#accordion" ).accordion();
|
44 |
} );
|
45 |
</script>
|
46 |
|
@@ -97,7 +102,7 @@ Exploring Refusal Loss Landscapes </title>
|
|
97 |
<li><a href="#jailbreak-defenses">Jailbreak Defense</a></li>
|
98 |
</ul>
|
99 |
<div id="jailbreak-attacks">
|
100 |
-
<div id="accordion">
|
101 |
<h3>GCG</h3>
|
102 |
<div>
|
103 |
<ul>
|
@@ -144,7 +149,7 @@ Exploring Refusal Loss Landscapes </title>
|
|
144 |
</div>
|
145 |
|
146 |
<div id="jailbreak-defenses">
|
147 |
-
<div id="accordion">
|
148 |
<h3>GCG</h3>
|
149 |
<div>
|
150 |
<ul>
|
|
|
38 |
$( "#tabs" ).tabs();
|
39 |
} );
|
40 |
</script>
|
41 |
+
<script>
|
42 |
+
$( function() {
|
43 |
+
$( "#accordion-defenses" ).accordion();
|
44 |
+
} );
|
45 |
+
</script>
|
46 |
<script>
|
47 |
$( function() {
|
48 |
+
$( "#accordion-attacks" ).accordion();
|
49 |
} );
|
50 |
</script>
|
51 |
|
|
|
102 |
<li><a href="#jailbreak-defenses">Jailbreak Defense</a></li>
|
103 |
</ul>
|
104 |
<div id="jailbreak-attacks">
|
105 |
+
<div id="accordion-attacks">
|
106 |
<h3>GCG</h3>
|
107 |
<div>
|
108 |
<ul>
|
|
|
149 |
</div>
|
150 |
|
151 |
<div id="jailbreak-defenses">
|
152 |
+
<div id="accordion-defenses">
|
153 |
<h3>GCG</h3>
|
154 |
<div>
|
155 |
<ul>
|