bgamazay commited on
Commit
7a30f4f
·
verified ·
1 Parent(s): fe6b2ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -253,13 +253,14 @@ with demo:
253
 
254
  # --- Logo (centered) ---
255
  gr.HTML('''
256
- <div style="text-align: center; margin-top: 20px;">
257
  <img src="https://huggingface.co/spaces/AIEnergyScore/Leaderboard/resolve/main/logo.png"
258
  alt="Logo"
259
- style="max-width: 300px; height: auto;">
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