Skip to content

Commit

Permalink
Add code and data release buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alacarter committed Sep 5, 2024
1 parent a7e339c commit 6db472a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,19 @@ <h1 class="title is-1 publication-title">Natural Language Can Help Bridge
</a>
</span>
<span class="link-block">
<a href="" class="external-link button is-normal is-rounded is-dark">
<a href="https://github.com/UT-Austin-RobIn/lang4sim2real" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code (ETA: June)</span>
<span>Code</span>
</a>
</span>
<span class="link-block">
<a href="https://github.com/UT-Austin-RobIn/lang4sim2real?tab=readme-ov-file#option-a-download-our-datasets" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fa fa-database"></i>
</span>
<span>Data</span>
</a>
</span>
</div>
Expand Down

0 comments on commit 6db472a

Please sign in to comment.