Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ theme = gr.themes.Base(
|
|
84 |
)
|
85 |
|
86 |
with gr.Blocks(theme=theme) as demo:
|
87 |
-
gr.Markdown(DESCR)
|
88 |
|
89 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
90 |
with gr.TabItem("🏅 Leaderboard", elem_id="od-benchmark-tab-table", id=0):
|
|
|
84 |
)
|
85 |
|
86 |
with gr.Blocks(theme=theme) as demo:
|
87 |
+
gr.Markdown(DESCR, elem_classes="markdown-text")
|
88 |
|
89 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
90 |
with gr.TabItem("🏅 Leaderboard", elem_id="od-benchmark-tab-table", id=0):
|