Terry Zhuo
commited on
Commit
·
2970f67
1
Parent(s):
fda5722
app.py
CHANGED
@@ -378,7 +378,7 @@ def init_others(dataframe):
|
|
378 |
main_block = gr.Blocks(css=custom_css)
|
379 |
with main_block as demo:
|
380 |
with gr.Row(elem_id="header-row"):
|
381 |
-
gr.HTML(TITLE + "<
|
382 |
|
383 |
# gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
384 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
|
|
378 |
main_block = gr.Blocks(css=custom_css)
|
379 |
with main_block as demo:
|
380 |
with gr.Row(elem_id="header-row"):
|
381 |
+
gr.HTML(TITLE + "<p>Total models: " + str(len(LEADERBOARD_DF))+ "</p>")
|
382 |
|
383 |
# gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
384 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|