bernardo-de-almeida commited on
Commit
7b1a017
·
1 Parent(s): 7671682

fix: remove functional_tracks

Browse files
Files changed (1) hide show
  1. index.html +0 -6
index.html CHANGED
@@ -274,7 +274,6 @@
274
  <div class="tabs">
275
  <button class="tab-button active" data-tab="home">🏠 Home</button>
276
  <button class="tab-button" data-tab="demo">🚀 Live Demo</button>
277
- <button class="tab-button" data-tab="functional_tracks">💻 Functional Tracks</button>
278
  </div>
279
 
280
  <!-- Home Tab (Content loaded from tabs/home.html) -->
@@ -286,11 +285,6 @@
286
  <div id="demo" class="tab-content">
287
  <!-- Content will be loaded dynamically -->
288
  </div>
289
-
290
- <!-- Functional Tracks Tab (Content loaded from tabs/functional_tracks.html) -->
291
- <div id="functional_tracks" class="tab-content">
292
- <!-- Content will be loaded dynamically -->
293
- </div>
294
 
295
  <!-- <div class="paper-summary">
296
  <h2>📄 A foundational model for joint sequence-function multi-species modeling at scale for long-range genomic prediction</h2>
 
274
  <div class="tabs">
275
  <button class="tab-button active" data-tab="home">🏠 Home</button>
276
  <button class="tab-button" data-tab="demo">🚀 Live Demo</button>
 
277
  </div>
278
 
279
  <!-- Home Tab (Content loaded from tabs/home.html) -->
 
285
  <div id="demo" class="tab-content">
286
  <!-- Content will be loaded dynamically -->
287
  </div>
 
 
 
 
 
288
 
289
  <!-- <div class="paper-summary">
290
  <h2>📄 A foundational model for joint sequence-function multi-species modeling at scale for long-range genomic prediction</h2>