Spaces:
Runtime error
Runtime error
Update templates/escuchar_trauma1.html
Browse files
templates/escuchar_trauma1.html
CHANGED
@@ -80,6 +80,13 @@
|
|
80 |
justify-content: center; /* Opcional para centrar verticalmente */
|
81 |
}
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
button#recordButton {
|
84 |
background-color: #008b8b; /* Color de fondo */
|
85 |
color: #fff; /* Texto blanco */
|
@@ -116,7 +123,7 @@
|
|
116 |
</div>
|
117 |
<div id="instructions">Dele al bot贸n "Grabar Voz". Cuando acabe, dele al bot贸n "Parar grabaci贸n..." y obtendr谩 el resultado de la b煤squeda</div>
|
118 |
|
119 |
-
<div id="
|
120 |
<button id="recordButton">Grabar Voz</button>
|
121 |
<!--<button id="pauseButton" disabled>Pause</button>-->
|
122 |
<button id="stopButton" disabled>Parar grabacion y buscar</button>
|
|
|
80 |
justify-content: center; /* Opcional para centrar verticalmente */
|
81 |
}
|
82 |
|
83 |
+
#controls2 {
|
84 |
+
display: flex;
|
85 |
+
align-items: center;
|
86 |
+
height: 100vh; /* Ajusta la altura del contenedor seg煤n sea necesario */
|
87 |
+
justify-content: center;
|
88 |
+
}
|
89 |
+
|
90 |
button#recordButton {
|
91 |
background-color: #008b8b; /* Color de fondo */
|
92 |
color: #fff; /* Texto blanco */
|
|
|
123 |
</div>
|
124 |
<div id="instructions">Dele al bot贸n "Grabar Voz". Cuando acabe, dele al bot贸n "Parar grabaci贸n..." y obtendr谩 el resultado de la b煤squeda</div>
|
125 |
|
126 |
+
<div id="controls2">
|
127 |
<button id="recordButton">Grabar Voz</button>
|
128 |
<!--<button id="pauseButton" disabled>Pause</button>-->
|
129 |
<button id="stopButton" disabled>Parar grabacion y buscar</button>
|