Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,10 +253,10 @@ with demo:
|
|
| 253 |
|
| 254 |
# --- Logo (centered) ---
|
| 255 |
gr.HTML('''
|
| 256 |
-
<div style="margin-top:
|
| 257 |
<img src="https://huggingface.co/spaces/AIEnergyScore/Leaderboard/resolve/main/logo.png"
|
| 258 |
alt="Logo"
|
| 259 |
-
style="display: block; margin: 0 auto; max-width:
|
| 260 |
</div>
|
| 261 |
''')
|
| 262 |
|
|
|
|
| 253 |
|
| 254 |
# --- Logo (centered) ---
|
| 255 |
gr.HTML('''
|
| 256 |
+
<div style="margin-top: 0px;">
|
| 257 |
<img src="https://huggingface.co/spaces/AIEnergyScore/Leaderboard/resolve/main/logo.png"
|
| 258 |
alt="Logo"
|
| 259 |
+
style="display: block; margin: 0 auto; max-width: 500px; height: auto;">
|
| 260 |
</div>
|
| 261 |
''')
|
| 262 |
|