Update app.py
Browse files
app.py
CHANGED
@@ -186,12 +186,15 @@ with block:
|
|
186 |
alt="hivex header image"
|
187 |
style="border-radius: 20px; width: 20%;"
|
188 |
/>
|
189 |
-
</div
|
190 |
"""
|
191 |
)
|
192 |
-
|
193 |
-
gr.HTML(f"<p>Total models: {get_total_models()}</p
|
194 |
-
|
|
|
|
|
|
|
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")
|