philippds commited on
Commit
2208294
·
verified ·
1 Parent(s): 10bae7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -181,11 +181,11 @@ with block:
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: 200%"
189
  />
190
  </div>
191
  </div>
 
181
  gr.HTML(
182
  """
183
  <div align="left">
184
+ <div style="border-radius: 20px; width: 50%;">
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: 100%; border-radius: 20px;"
189
  />
190
  </div>
191
  </div>