Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -229,16 +229,14 @@ with demo:
|
|
229 |
<a href="https://huggingface.github.io/AIEnergyScore/#documentation" style="text-decoration: none; font-weight: bold; font-size: 1.1em; color: black; font-family: 'Inter', sans-serif;">Documentation</a>
|
230 |
{get_zip_data_link()}
|
231 |
<a href="https://huggingface.co/spaces/AIEnergyScore/README/discussions" style="text-decoration: none; font-weight: bold; font-size: 1.1em; color: black; font-family: 'Inter', sans-serif;">Community</a>
|
232 |
-
</div>
|
233 |
''')
|
234 |
|
235 |
# --- Logo (centered) ---
|
236 |
gr.HTML('''
|
237 |
-
<div style="margin-top:
|
238 |
<img src="https://huggingface.co/spaces/AIEnergyScore/Leaderboard/resolve/main/logo.png"
|
239 |
alt="Logo"
|
240 |
style="display: block; margin: 0 auto; max-width: 300px; height: auto;">
|
241 |
-
</div>
|
242 |
''')
|
243 |
|
244 |
# --- Subtitle (centered) ---
|
|
|
229 |
<a href="https://huggingface.github.io/AIEnergyScore/#documentation" style="text-decoration: none; font-weight: bold; font-size: 1.1em; color: black; font-family: 'Inter', sans-serif;">Documentation</a>
|
230 |
{get_zip_data_link()}
|
231 |
<a href="https://huggingface.co/spaces/AIEnergyScore/README/discussions" style="text-decoration: none; font-weight: bold; font-size: 1.1em; color: black; font-family: 'Inter', sans-serif;">Community</a>
|
|
|
232 |
''')
|
233 |
|
234 |
# --- Logo (centered) ---
|
235 |
gr.HTML('''
|
236 |
+
<div style="margin-top: 0px;">
|
237 |
<img src="https://huggingface.co/spaces/AIEnergyScore/Leaderboard/resolve/main/logo.png"
|
238 |
alt="Logo"
|
239 |
style="display: block; margin: 0 auto; max-width: 300px; height: auto;">
|
|
|
240 |
''')
|
241 |
|
242 |
# --- Subtitle (centered) ---
|