JPLTedCas commited on
Commit
190ab3a
1 Parent(s): fb6a8df

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +7 -1
templates/index.html CHANGED
@@ -20,6 +20,12 @@
20
  <div>
21
  <img src="https://tse4.mm.bing.net/th?id=OIP.KUs6tP0b1rKLZ5lBq7JAEQHaDS&pid=Api&P=0&h=180" alt="Logo" width="200">
22
  <h1>Reconocimiento de Voz TedCas-Demo cliente/servidor</h1>
 
 
 
 
 
 
23
  </div>
24
 
25
  <!-- Cuadros de texto y elementos que cambian de color -->
@@ -95,4 +101,4 @@
95
  });
96
  </script>
97
  </body>
98
- </html>
 
20
  <div>
21
  <img src="https://tse4.mm.bing.net/th?id=OIP.KUs6tP0b1rKLZ5lBq7JAEQHaDS&pid=Api&P=0&h=180" alt="Logo" width="200">
22
  <h1>Reconocimiento de Voz TedCas-Demo cliente/servidor</h1>
23
+ <p>Instrucciones de uso: </p>
24
+
25
+ <p>1)Escriba en cada casilla un comando a reconocer (NOTA: todo en minúsculas)</p>
26
+ <p>2)Pulse el botón "Activar reconocimiento" y diga un comando</p>
27
+ <p>3)Si el comando ha sido reconocido con éxito, el círculo gris correspondiente se pondrá verde.</p>
28
+
29
  </div>
30
 
31
  <!-- Cuadros de texto y elementos que cambian de color -->
 
101
  });
102
  </script>
103
  </body>
104
+ </html>