Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -0
index.html
CHANGED
|
@@ -62,6 +62,14 @@
|
|
| 62 |
>
|
| 63 |
<i class="ri-file-copy-line"></i> Copy
|
| 64 |
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
<button
|
| 66 |
class="btn btn-primary"
|
| 67 |
onclick="saveCurrentToDataset()"
|
|
|
|
| 62 |
>
|
| 63 |
<i class="ri-file-copy-line"></i> Copy
|
| 64 |
</button>
|
| 65 |
+
<button
|
| 66 |
+
class="btn btn-ghost"
|
| 67 |
+
id="genInstrBtn"
|
| 68 |
+
onclick="generateInstruction()"
|
| 69 |
+
style="padding: 4px 10px; font-size: 12px"
|
| 70 |
+
>
|
| 71 |
+
<i class="ri-sparkling-line"></i> Gen Instruction
|
| 72 |
+
</button>
|
| 73 |
<button
|
| 74 |
class="btn btn-primary"
|
| 75 |
onclick="saveCurrentToDataset()"
|