Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lisun-ai authored Jul 1, 2024
1 parent b3151a6 commit 784c337
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,30 @@ <h2 class="title is-3"> Model Architecture</h2>
</div>
</div>
</div>



<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">

<img id="teaser" width="50%" src="./static/images/schematic.jpg">
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<img id="teaser" width="50%" src="./static/images/schematic.jpg">
</div>
</div>

<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<div class="content has-text-justified">
<p>
Structure for our two-stage hierarchical model.
</p>
</div>
</div>
</div>
</div>
</div>

<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<img id="teaser" width="50%" src="./static/images/two_stage_model.jpg">
</div>
</div>

<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
Expand Down

0 comments on commit 784c337

Please sign in to comment.