Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -124,7 +124,7 @@
|
|
| 124 |
}
|
| 125 |
|
| 126 |
const bt1=create_button("ljspeech","ljspeech_sim")
|
| 127 |
-
document.getElementById('
|
| 128 |
</script>
|
| 129 |
<div id="buttons"></div>
|
| 130 |
|
|
|
|
| 124 |
}
|
| 125 |
|
| 126 |
const bt1=create_button("ljspeech","ljspeech_sim")
|
| 127 |
+
document.getElementById('buttons').appendChild(bt1)
|
| 128 |
</script>
|
| 129 |
<div id="buttons"></div>
|
| 130 |
|