MarianaCodebase commited on
Commit
33cb57a
·
verified ·
1 Parent(s): 66a4b29

Upload index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +11 -0
index.html CHANGED
@@ -215,6 +215,17 @@
215
  <span class="state-off">OFF</span>
216
  </button>
217
  </div>
 
 
 
 
 
 
 
 
 
 
 
218
  </div>
219
  </div>
220
  </div>
 
215
  <span class="state-off">OFF</span>
216
  </button>
217
  </div>
218
+
219
+ <div class="bezel-group">
220
+ <span class="bezel-label" id="label-mode">MODO</span>
221
+ <button type="button" id="mode-toggle" class="static-toggle"
222
+ role="switch" aria-checked="false"
223
+ title="LIVE: watch the AI write each broadcast. FAST: instant from cache.">
224
+ <span class="lever"></span>
225
+ <span class="state-on">LIVE</span>
226
+ <span class="state-off">FAST</span>
227
+ </button>
228
+ </div>
229
  </div>
230
  </div>
231
  </div>