You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repoexec/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
img {
62
62
display: inline-block;
63
63
vertical-align: middle;
64
-
width:100px;
64
+
width:150px;
65
65
}
66
66
.text {
67
67
display: inline-block;
@@ -117,7 +117,7 @@
117
117
<divclass="container is-max-desktop">
118
118
<divclass="columns is-centered">
119
119
<divclass="column has-text-centered">
120
-
<imgsrc="static/images/repoexec_logo.png" width="100px"/><divclass="text">RepoExec: Evaluate Code Generation with a Repository-Level Executable Benchmark</div>
120
+
<imgsrc="static/images/repoexec_logo.png" width="150px"/><divclass="text"><h1class="title is-1 publication-title">RepoExec: Evaluate Code Generation with a Repository-Level Executable Benchmark</h1></div>
0 commit comments