Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -396,7 +396,7 @@
|
|
| 396 |
// When hosting this file on HF Spaces (or any static host), set BACKEND_URL to
|
| 397 |
// your ngrok / tunnel URL (e.g. "https://abc123.ngrok-free.app").
|
| 398 |
// Leave as empty string "" to use the same origin (local dev).
|
| 399 |
-
const BACKEND_URL = "
|
| 400 |
|
| 401 |
const messagesEl = document.getElementById('messages');
|
| 402 |
const userInput = document.getElementById('userInput');
|
|
|
|
| 396 |
// When hosting this file on HF Spaces (or any static host), set BACKEND_URL to
|
| 397 |
// your ngrok / tunnel URL (e.g. "https://abc123.ngrok-free.app").
|
| 398 |
// Leave as empty string "" to use the same origin (local dev).
|
| 399 |
+
const BACKEND_URL = "https://simon-detector-easy-architectural.trycloudflare.com;
|
| 400 |
|
| 401 |
const messagesEl = document.getElementById('messages');
|
| 402 |
const userInput = document.getElementById('userInput');
|