Karaku9 commited on
Commit
b8559f0
·
verified ·
1 Parent(s): 0650bbc

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +7 -1
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.innerText = `${id} (Model Loaded | Inference in Progress... Please standby for cloud processing)`;
 
 
 
 
 
 
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) {