philippds commited on
Commit
360e6fe
·
verified ·
1 Parent(s): f1f2927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -180,13 +180,14 @@ with block:
180
  # TITLE IMAGE
181
  gr.HTML(
182
  """
183
- <div align="centre">
184
  <div style="width: 50%;">
185
  <img
186
  src="https://huggingface.co/spaces/hivex-research/hivex-leaderboard/resolve/main/hivex_logo.png"
187
  alt="hivex logo"
188
- style="width: 300px"
189
- /><h1>HIVEX-Leaderboard</h1>
 
190
  </div>
191
  </div>
192
  """
 
180
  # TITLE IMAGE
181
  gr.HTML(
182
  """
183
+ <div align="center">
184
  <div style="width: 50%;">
185
  <img
186
  src="https://huggingface.co/spaces/hivex-research/hivex-leaderboard/resolve/main/hivex_logo.png"
187
  alt="hivex logo"
188
+ style="width: 100px"
189
+ />
190
+ <h1>HIVEX-Leaderboard</h1>
191
  </div>
192
  </div>
193
  """