Update app.py
Browse files
app.py
CHANGED
@@ -187,13 +187,11 @@ with block:
|
|
187 |
alt="hivex logo"
|
188 |
style="width: 100px"
|
189 |
/>
|
190 |
-
<h1>HIVEX
|
191 |
</div>
|
192 |
</div>
|
193 |
"""
|
194 |
-
)
|
195 |
-
with gr.Row(elem_id="header-row"):
|
196 |
-
gr.HTML(f"<h1>HIVEX-Leaderboard</h1>")
|
197 |
with gr.Row(elem_id="header-row"):
|
198 |
gr.HTML(f"<p>Total models: {get_total_models()}</p>")
|
199 |
with gr.Row(elem_id="header-row"):
|
|
|
187 |
alt="hivex logo"
|
188 |
style="width: 100px"
|
189 |
/>
|
190 |
+
<h1 style="font-weight: bold;">HIVEX Leaderboard</h1>
|
191 |
</div>
|
192 |
</div>
|
193 |
"""
|
194 |
+
)
|
|
|
|
|
195 |
with gr.Row(elem_id="header-row"):
|
196 |
gr.HTML(f"<p>Total models: {get_total_models()}</p>")
|
197 |
with gr.Row(elem_id="header-row"):
|