ntphuc149 commited on
Commit
1e412e4
·
verified ·
1 Parent(s): eb617ed

Update index.html

Browse files
Files changed (1) hide show
  1. 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()"