Akjava commited on
Commit
2c00960
1 Parent(s): e2f7493

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -156,11 +156,11 @@
156
  document.getElementById('buttons').appendChild(create_button("en001-t2-step01","en001_6399_T2_step01"))
157
  document.getElementById('buttons').appendChild(create_button("en001-t2-step05","en001_6399_T2_step05"))
158
  document.getElementById('buttons').appendChild(create_button("en001-t2-step10","en001_6399_T2_step10"))
159
- document.getElementById('buttons').appendChild(create_button("en001-t2-step20","en001_6399_T2_step20"))
160
  document.getElementById('buttons').appendChild(create_button("en001-univ-step01","en001_6399_univ_step01"))
161
  document.getElementById('buttons').appendChild(create_button("en001-univ-step05","en001_6399_univ_step05"))
162
  document.getElementById('buttons').appendChild(create_button("en001-univ-step10","en001_6399_univ_step10"))
163
- document.getElementById('buttons').appendChild(create_button("en001-univ-step20","en001_6399_univ_step20"))
164
 
165
 
166
 
@@ -170,7 +170,7 @@
170
 
171
   <div id="buttons"></div>
172
  <br>
173
- <div id="result2"></div>
174
  <br><br>
175
  <input type="text" id="textInput" value ="Hello Huggingface." placeholder="Enter some text here...">
176
 
 
156
  document.getElementById('buttons').appendChild(create_button("en001-t2-step01","en001_6399_T2_step01"))
157
  document.getElementById('buttons').appendChild(create_button("en001-t2-step05","en001_6399_T2_step05"))
158
  document.getElementById('buttons').appendChild(create_button("en001-t2-step10","en001_6399_T2_step10"))
159
+ //document.getElementById('buttons').appendChild(create_button("en001-t2-step20","en001_6399_T2_step20"))
160
  document.getElementById('buttons').appendChild(create_button("en001-univ-step01","en001_6399_univ_step01"))
161
  document.getElementById('buttons').appendChild(create_button("en001-univ-step05","en001_6399_univ_step05"))
162
  document.getElementById('buttons').appendChild(create_button("en001-univ-step10","en001_6399_univ_step10"))
163
+ //document.getElementById('buttons').appendChild(create_button("en001-univ-step20","en001_6399_univ_step20"))
164
 
165
 
166
 
 
170
 
171
   <div id="buttons"></div>
172
  <br>
173
+ <div id="result2">en001-T2 and en001-univ are experimental</div>
174
  <br><br>
175
  <input type="text" id="textInput" value ="Hello Huggingface." placeholder="Enter some text here...">
176