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 58
58
.highlight {
59
59
font-weight : bold;
60
60
}
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
+ }
61
71
</ style >
62
72
</ head >
63
73
< body >
107
117
< div class ="container is-max-desktop ">
108
118
< div class ="columns is-centered ">
109
119
< 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 >
111
121
< div class ="is-size-5 publication-authors ">
112
122
<!-- Paper authors -->
113
123
< span class ="author-block ">
Original file line number Diff line number Diff line change @@ -135,3 +135,4 @@ body {
135
135
136
136
137
137
138
+
You can’t perform that action at this time.
0 commit comments