Skip to content

Commit 8d54e5b

Browse files
author
NamCyan
committed
update
1 parent 880c42b commit 8d54e5b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

repoexec/index.html

+1-11
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@
5858
.highlight {
5959
font-weight: bold;
6060
}
61-
img {
62-
display: inline-block;
63-
vertical-align: middle;
64-
width: 150px;
65-
}
66-
.text {
67-
display: inline-block;
68-
vertical-align: middle;
69-
width: calc(100% - 100px);
70-
}
7161
</style>
7262
</head>
7363
<body>
@@ -117,7 +107,7 @@
117107
<div class="container is-max-desktop">
118108
<div class="columns is-centered">
119109
<div class="column has-text-centered">
120-
<img src="static/images/repoexec_logo.png" width="150px"/><div class="text"><h1 class="title is-1 publication-title">RepoExec: Evaluate Code Generation with a Repository-Level Executable Benchmark</h1></div>
110+
<h1 class="title is-1 publication-title">RepoExec: Evaluate Code Generation with a Repository-Level Executable Benchmark</h1>
121111
<div class="is-size-5 publication-authors">
122112
<!-- Paper authors -->
123113
<span class="author-block">

0 commit comments

Comments
 (0)