Update app.py
Browse files
app.py
CHANGED
@@ -180,13 +180,14 @@ with block:
|
|
180 |
# TITLE IMAGE
|
181 |
gr.HTML(
|
182 |
"""
|
183 |
-
<div align="
|
184 |
<div style="width: 50%;">
|
185 |
<img
|
186 |
src="https://huggingface.co/spaces/hivex-research/hivex-leaderboard/resolve/main/hivex_logo.png"
|
187 |
alt="hivex logo"
|
188 |
-
style="width:
|
189 |
-
|
|
|
190 |
</div>
|
191 |
</div>
|
192 |
"""
|
|
|
180 |
# TITLE IMAGE
|
181 |
gr.HTML(
|
182 |
"""
|
183 |
+
<div align="center">
|
184 |
<div style="width: 50%;">
|
185 |
<img
|
186 |
src="https://huggingface.co/spaces/hivex-research/hivex-leaderboard/resolve/main/hivex_logo.png"
|
187 |
alt="hivex logo"
|
188 |
+
style="width: 100px"
|
189 |
+
/>
|
190 |
+
<h1>HIVEX-Leaderboard</h1>
|
191 |
</div>
|
192 |
</div>
|
193 |
"""
|