Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -88,7 +88,7 @@
|
|
| 88 |
|
| 89 |
// --- API Configuration ---
|
| 90 |
// Pointing to our local Flask server
|
| 91 |
-
const API_ENDPOINT = '
|
| 92 |
|
| 93 |
// --- Speech Recognition Setup (English Only) ---
|
| 94 |
const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
|
|
|
|
| 88 |
|
| 89 |
// --- API Configuration ---
|
| 90 |
// Pointing to our local Flask server
|
| 91 |
+
const API_ENDPOINT = '/chat';
|
| 92 |
|
| 93 |
// --- Speech Recognition Setup (English Only) ---
|
| 94 |
const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
|