Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,13 +253,14 @@ with demo:
|
|
| 253 |
|
| 254 |
# --- Logo (centered) ---
|
| 255 |
gr.HTML('''
|
| 256 |
-
<div style="
|
| 257 |
<img src="https://huggingface.co/spaces/AIEnergyScore/Leaderboard/resolve/main/logo.png"
|
| 258 |
alt="Logo"
|
| 259 |
-
style="max-width:
|
| 260 |
</div>
|
| 261 |
''')
|
| 262 |
|
|
|
|
| 263 |
# --- Subtitle (centered) ---
|
| 264 |
gr.Markdown('<p style="text-align: center;">Welcome to the <a href="https://huggingface.co/AIEnergyScore">AI Energy Score</a> Leaderboard. Select the task to see scored model results.</p>')
|
| 265 |
|
|
|
|
| 253 |
|
| 254 |
# --- Logo (centered) ---
|
| 255 |
gr.HTML('''
|
| 256 |
+
<div style="margin-top: 10px;">
|
| 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: 400px; height: auto;">
|
| 260 |
</div>
|
| 261 |
''')
|
| 262 |
|
| 263 |
+
|
| 264 |
# --- Subtitle (centered) ---
|
| 265 |
gr.Markdown('<p style="text-align: center;">Welcome to the <a href="https://huggingface.co/AIEnergyScore">AI Energy Score</a> Leaderboard. Select the task to see scored model results.</p>')
|
| 266 |
|