Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -180,6 +180,7 @@ gradient norm and then apply soft removal on them to mitigate the potential jail
|
|
180 |
is guidance on ...'").
|
181 |
</p>
|
182 |
|
|
|
183 |
<div class="example-selector">
|
184 |
<button onclick="selectExample('example1')">GCG Example</button>
|
185 |
<button onclick="selectExample('example2')">TAP Example</button>
|
@@ -189,6 +190,7 @@ gradient norm and then apply soft removal on them to mitigate the potential jail
|
|
189 |
<div class="example-box" id="exampleBox">
|
190 |
<p id="exampleText">Select an example to see how it would be highlighted.</p>
|
191 |
</div>
|
|
|
192 |
|
193 |
<script>
|
194 |
|
|
|
180 |
is guidance on ...'").
|
181 |
</p>
|
182 |
|
183 |
+
<div class="container">
|
184 |
<div class="example-selector">
|
185 |
<button onclick="selectExample('example1')">GCG Example</button>
|
186 |
<button onclick="selectExample('example2')">TAP Example</button>
|
|
|
190 |
<div class="example-box" id="exampleBox">
|
191 |
<p id="exampleText">Select an example to see how it would be highlighted.</p>
|
192 |
</div>
|
193 |
+
</div>
|
194 |
|
195 |
<script>
|
196 |
|