Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ demo = gr.Blocks(css="""
|
|
| 218 |
|
| 219 |
with demo:
|
| 220 |
# Replace title with a centered logo and a centered subtitle.
|
| 221 |
-
gr.HTML('<div style="text-align: center;"><img src="logo.png" alt="Logo"></div>')
|
| 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('<div style="text-align: center;"><img src="/resolve/main/logo.png" alt="Logo"></div>')
|
| 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)
|