bg
Browse files- index.html +4 -0
index.html
CHANGED
|
@@ -5,6 +5,10 @@
|
|
| 5 |
<title>whisper.cpp : WASM example</title>
|
| 6 |
|
| 7 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
#output {
|
| 9 |
width: 100%;
|
| 10 |
height: 100%;
|
|
|
|
| 5 |
<title>whisper.cpp : WASM example</title>
|
| 6 |
|
| 7 |
<style>
|
| 8 |
+
body {
|
| 9 |
+
background-color: white;
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
#output {
|
| 13 |
width: 100%;
|
| 14 |
height: 100%;
|