Skip to content

Commit ee8f4fb

Browse files
author
NamCyan
committed
update
1 parent b8c59be commit ee8f4fb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

repoexec/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@
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>
@@ -107,7 +117,7 @@
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">

repoexec/static/css/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,4 @@ body {
135135

136136

137137

138+

0 commit comments

Comments
 (0)