philippds commited on
Commit
c72fcf9
1 Parent(s): 365f82e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -186,12 +186,15 @@ with block:
186
  alt="hivex header image"
187
  style="border-radius: 20px; width: 20%;"
188
  />
189
- </div><br>
190
  """
191
  )
192
- gr.HTML(f"<h1>HIVEX-Leaderboard</h1><br><p>Total models: {get_total_models()}</p><br>")
193
- gr.HTML(f"<p>Total models: {get_total_models()}</p><br>")
194
- gr.HTML(f"<p>To get started, please check out <a href='https://github.com/hivex-research/hivex'>our GitHub repository</a>.><br>")
 
 
 
195
 
196
  path_ = download_leaderboard_dataset()
197
  # gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
 
186
  alt="hivex header image"
187
  style="border-radius: 20px; width: 20%;"
188
  />
189
+ </div>
190
  """
191
  )
192
+ with gr.Row(elem_id="header-row"):
193
+ gr.HTML(f"<h1>HIVEX-Leaderboard</h1><br><p>Total models: {get_total_models()}</p>")
194
+ with gr.Row(elem_id="header-row"):
195
+ gr.HTML(f"<p>Total models: {get_total_models()}</p>")
196
+ with gr.Row(elem_id="header-row"):
197
+ gr.HTML(f"<p>To get started, please check out <a href='https://github.com/hivex-research/hivex'>our GitHub repository</a>.>")
198
 
199
  path_ = download_leaderboard_dataset()
200
  # gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")