AiDeveloper1 commited on
Commit
016c4c9
·
verified ·
1 Parent(s): a6ea622

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -62,8 +62,8 @@
62
  <script>
63
  function speak() {
64
  const synth = window.speechSynthesis;
65
- const utter = new SpeechSynthesisUtterance("नमस्ते, आप कैसे हैं?");
66
- utter.lang = 'hi-IN';
67
 
68
 
69
 
 
62
  <script>
63
  function speak() {
64
  const synth = window.speechSynthesis;
65
+ const utter = new SpeechSynthesisUtterance("Bonjour, comment ça va ?");
66
+ utter.lang = 'fr-FR';
67
 
68
 
69