Spaces:
Running
Running
muralipala1504 commited on
Commit ·
b406dd8
1
Parent(s): cda5bcd
feat: re-enable HI TTS — code block strip fix verified
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -374,7 +374,7 @@
|
|
| 374 |
<button class="tts-btn" onclick="replayLast()" title="Replay last response">🔁 Replay</button>
|
| 375 |
<select id="lang-select" class="header-btn" onchange="setLang(this.value)" title="TTS Language">
|
| 376 |
<option value="en-US">🇺🇸 EN</option>
|
| 377 |
-
<option value="hi-IN"
|
| 378 |
<option value="ta-IN">🇮🇳 TA (soon)</option>
|
| 379 |
<option value="te-IN">🇮🇳 TE (soon)</option>
|
| 380 |
<option value="ar-SA">🇸🇦 AR (soon)</option>
|
|
|
|
| 374 |
<button class="tts-btn" onclick="replayLast()" title="Replay last response">🔁 Replay</button>
|
| 375 |
<select id="lang-select" class="header-btn" onchange="setLang(this.value)" title="TTS Language">
|
| 376 |
<option value="en-US">🇺🇸 EN</option>
|
| 377 |
+
<option value="hi-IN">🇮🇳 HI</option>
|
| 378 |
<option value="ta-IN">🇮🇳 TA (soon)</option>
|
| 379 |
<option value="te-IN">🇮🇳 TE (soon)</option>
|
| 380 |
<option value="ar-SA">🇸🇦 AR (soon)</option>
|