Spaces:
Sleeping
Sleeping
Update script.js
Browse files
script.js
CHANGED
|
@@ -359,7 +359,13 @@ function setupInteraction(map) {
|
|
| 359 |
const rightBtn = document.getElementById('toggle-right-btn');
|
| 360 |
if (rightBtn) rightBtn.classList.add('active');
|
| 361 |
|
| 362 |
-
predIdDisplay.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 363 |
|
| 364 |
// Clear previous optimal site marker when a new station is clicked
|
| 365 |
if (optimalMarker) {
|
|
|
|
| 359 |
const rightBtn = document.getElementById('toggle-right-btn');
|
| 360 |
if (rightBtn) rightBtn.classList.add('active');
|
| 361 |
|
| 362 |
+
predIdDisplay.innerHTML = `
|
| 363 |
+
${id}
|
| 364 |
+
<span style="display: block; font-size: 12px; color: #00cec9; margin-top: 6px; font-family: 'Courier New', monospace; font-weight: normal; letter-spacing: 0; text-transform: none;">
|
| 365 |
+
> SYSTEM READY : Inference in progress...<br>
|
| 366 |
+
<span style="color: #64748b; font-size: 10px;">[Cloud resource limited, please standby]</span>
|
| 367 |
+
</span>
|
| 368 |
+
`;
|
| 369 |
|
| 370 |
// Clear previous optimal site marker when a new station is clicked
|
| 371 |
if (optimalMarker) {
|