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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -253,10 +253,10 @@ with demo:
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
 
 
253
 
254
  # --- Logo (centered) ---
255
  gr.HTML('''
256
+ <div style="margin-top: 0px;">
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: 500px; height: auto;">
260
  </div>
261
  ''')
262