gregH commited on
Commit
e46826a
·
verified ·
1 Parent(s): 37ae38b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -184,7 +184,7 @@ gradient norm and then apply soft removal on them to mitigate the potential jail
184
  <button onclick="selectExample('example1')">GCG Example</button>
185
  <button onclick="selectExample('example2')">TAP Example</button>
186
  <button onclick="selectExample('example3')">Example 3</button>
187
- <button onclick="selectExample('example4')">Example 3</button>
188
  </div>
189
  <div class="example-box" id="exampleBox">
190
  <p id="exampleText">Select an example to see how it would be highlighted.</p>
@@ -224,6 +224,7 @@ gradient norm and then apply soft removal on them to mitigate the potential jail
224
  const regex = new RegExp(`(${keyword})`, 'gi');
225
  element.innerHTML = element.innerHTML.replace(regex, '<span class="highlight">$1</span>');
226
  }
 
227
  </script>
228
 
229
  <h2 id="proposed-approach-gradient-cuff">Performance evaluation against practical Jailbreaks</h2>
 
184
  <button onclick="selectExample('example1')">GCG Example</button>
185
  <button onclick="selectExample('example2')">TAP Example</button>
186
  <button onclick="selectExample('example3')">Example 3</button>
187
+ <button onclick="selectExample('example4')">Example 4</button>
188
  </div>
189
  <div class="example-box" id="exampleBox">
190
  <p id="exampleText">Select an example to see how it would be highlighted.</p>
 
224
  const regex = new RegExp(`(${keyword})`, 'gi');
225
  element.innerHTML = element.innerHTML.replace(regex, '<span class="highlight">$1</span>');
226
  }
227
+
228
  </script>
229
 
230
  <h2 id="proposed-approach-gradient-cuff">Performance evaluation against practical Jailbreaks</h2>