philippds commited on
Commit
4d91577
·
verified ·
1 Parent(s): 7d45ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -181,11 +181,11 @@ with block:
181
  gr.HTML(
182
  """
183
  <div align="left">
184
- <div style="width: 20%; height: 150px; overflow: hidden; border-radius: 20px;">
185
  <img
186
- src="https://raw.githubusercontent.com/hivex-research/hivex/main/docs/images/hivex_thumb.png"
187
  alt="hivex header image"
188
- style="width: 150%; height: auto; object-fit: cover; object-position: center;"
189
  />
190
  </div>
191
  </div>
 
181
  gr.HTML(
182
  """
183
  <div align="left">
184
+ <div style="border-radius: 20px;">
185
  <img
186
+ src="https://huggingface.co/spaces/hivex-research/hivex-leaderboard/resolve/main/hivex_thumb_cropped.png"
187
  alt="hivex header image"
188
+ style="width: 50%"
189
  />
190
  </div>
191
  </div>