bgamazay commited on
Commit
f66e432
·
verified ·
1 Parent(s): 689fd23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
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('<div style="text-align: center;"><img src="https://huggingface.co/spaces/AIEnergyScore/Leaderboard_test/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)
 
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)