Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -489,7 +489,7 @@
|
|
| 489 |
}
|
| 490 |
|
| 491 |
// API endpoint - update this to your actual API URL
|
| 492 |
-
const API_URL = 'https://
|
| 493 |
|
| 494 |
function switchTab(tab) {
|
| 495 |
document.querySelectorAll('.tab').forEach(t => t.classList.remove('active'));
|
|
|
|
| 489 |
}
|
| 490 |
|
| 491 |
// API endpoint - update this to your actual API URL
|
| 492 |
+
const API_URL = 'https://pacman2223-exo-ml.hf.space';
|
| 493 |
|
| 494 |
function switchTab(tab) {
|
| 495 |
document.querySelectorAll('.tab').forEach(t => t.classList.remove('active'));
|