Nhughes09 commited on
Commit
f164ed8
·
1 Parent(s): 6a08c90

V8.8: Finalizing Pure Local UI and Singularity Mode

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -319,9 +319,9 @@
319
  <div class="absolute top-0 right-0 p-6 opacity-20 text-4xl">💻</div>
320
  <h3 class="text-xs font-bold text-gray-500 uppercase tracking-widest mb-4 flex items-center justify-between">
321
  <div class="flex items-center gap-4">
322
- <span>Neural Core <span class="bg-gray-800 text-gray-400 px-1.5 py-0.5 rounded text-[8px] ml-1">M1 GPU</span></span>
323
  <div class="flex items-center gap-1.5 opacity-60">
324
- <span class="w-1.5 h-1.5 rounded-full bg-ios-indigo"></span>
325
  <span>Memory Active</span>
326
  </div>
327
  </div>
 
319
  <div class="absolute top-0 right-0 p-6 opacity-20 text-4xl">💻</div>
320
  <h3 class="text-xs font-bold text-gray-500 uppercase tracking-widest mb-4 flex items-center justify-between">
321
  <div class="flex items-center gap-4">
322
+ <span>Neural Core <span class="bg-ios-indigo/20 text-ios-indigo px-1.5 py-0.5 rounded text-[8px] ml-1 font-bold">100% LOCAL M1 GPU</span></span>
323
  <div class="flex items-center gap-1.5 opacity-60">
324
+ <span class="w-1.5 h-1.5 rounded-full bg-ios-indigo animate-pulse"></span>
325
  <span>Memory Active</span>
326
  </div>
327
  </div>