Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -180,13 +180,12 @@ with block:
|
|
180 |
# TITLE IMAGE
|
181 |
gr.HTML(
|
182 |
"""
|
183 |
-
<div align="
|
184 |
-
<div style="
|
185 |
<img
|
186 |
-
src="https://huggingface.co/spaces/hivex-research/hivex-leaderboard/resolve/main/
|
187 |
-
alt="hivex
|
188 |
-
|
189 |
-
/>
|
190 |
</div>
|
191 |
</div>
|
192 |
"""
|
|
|
180 |
# TITLE IMAGE
|
181 |
gr.HTML(
|
182 |
"""
|
183 |
+
<div align="centre">
|
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 |
+
/><h1>HIVEX-Leaderboard</h1>
|
|
|
189 |
</div>
|
190 |
</div>
|
191 |
"""
|