File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5858 .highlight {
5959 font-weight : bold;
6060 }
61+ img {
62+ display : inline-block;
63+ vertical-align : middle;
64+ width : 100px ;
65+ }
66+ .text {
67+ display : inline-block;
68+ vertical-align : middle;
69+ width : calc (100% - 100px );
70+ }
6171</ style >
6272</ head >
6373< body >
107117 < div class ="container is-max-desktop ">
108118 < div class ="columns is-centered ">
109119 < div class ="column has-text-centered ">
110- < h1 class ="title is-1 publication-title "> RepoExec: Evaluate Code Generation with a Repository-Level Executable Benchmark</ h1 >
120+ < img src =" static/images/repoexec_logo.png " width =" 100px " /> < h1 class ="title is-1 publication-title "> RepoExec: Evaluate Code Generation with a Repository-Level Executable Benchmark</ h1 >
111121 < div class ="is-size-5 publication-authors ">
112122 <!-- Paper authors -->
113123 < span class ="author-block ">
Original file line number Diff line number Diff line change @@ -135,3 +135,4 @@ body {
135135
136136
137137
138+
You can’t perform that action at this time.
0 commit comments