Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,14 @@ demo = gr.Blocks(css="""
|
|
| 218 |
|
| 219 |
with demo:
|
| 220 |
# Replace title with a centered logo and a centered subtitle.
|
| 221 |
-
gr.HTML('
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
gr.Markdown('<p style="text-align: center;">Welcome to the leaderboard for the <a href="https://huggingface.co/AIEnergyScore">AI Energy Score Project!</a> — Select different tasks to see scored models.</p>')
|
| 223 |
|
| 224 |
# Header links (using a row of components, including a Download Data link)
|
|
|
|
| 218 |
|
| 219 |
with demo:
|
| 220 |
# Replace title with a centered logo and a centered subtitle.
|
| 221 |
+
gr.HTML('''
|
| 222 |
+
<div style="text-align: center; margin-top: 20px;">
|
| 223 |
+
<img src="https://huggingface.co/spaces/AIEnergyScore/Leaderboard/resolve/main/logo.png"
|
| 224 |
+
alt="Logo"
|
| 225 |
+
style="max-width: 300px; height: auto;">
|
| 226 |
+
</div>
|
| 227 |
+
''')
|
| 228 |
+
|
| 229 |
gr.Markdown('<p style="text-align: center;">Welcome to the leaderboard for the <a href="https://huggingface.co/AIEnergyScore">AI Energy Score Project!</a> — Select different tasks to see scored models.</p>')
|
| 230 |
|
| 231 |
# Header links (using a row of components, including a Download Data link)
|