Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -411,7 +411,7 @@ input[type="file"] { display: none; }
|
|
| 411 |
|
| 412 |
<script>
|
| 413 |
// ββ Config β update this to your HF Space URL βββββββββββββ
|
| 414 |
-
const API_URL = '
|
| 415 |
|
| 416 |
const AGENTS = [
|
| 417 |
{ key: 'analyst', label: 'Problem Analyst', cls: 'ag-1', num: '1' },
|
|
|
|
| 411 |
|
| 412 |
<script>
|
| 413 |
// ββ Config β update this to your HF Space URL βββββββββββββ
|
| 414 |
+
const API_URL = 'https://banao-tech-problem-decoder.hf.space';
|
| 415 |
|
| 416 |
const AGENTS = [
|
| 417 |
{ key: 'analyst', label: 'Problem Analyst', cls: 'ag-1', num: '1' },
|