Spaces:
Running
Running
Commit
·
da544b6
1
Parent(s):
df32536
koffvqa
Browse files- app.py +1 -1
- content.py +1 -1
app.py
CHANGED
@@ -14,7 +14,7 @@ head_style = """
|
|
14 |
</style>
|
15 |
"""
|
16 |
|
17 |
-
with gr.Blocks(title='
|
18 |
gr.Markdown(intro_md)
|
19 |
|
20 |
with gr.Tabs(elem_classes='tab-buttons') as tabs:
|
|
|
14 |
</style>
|
15 |
"""
|
16 |
|
17 |
+
with gr.Blocks(title=f'{benchname} Leaderboard', head=head_style) as demo:
|
18 |
gr.Markdown(intro_md)
|
19 |
|
20 |
with gr.Tabs(elem_classes='tab-buttons') as tabs:
|
content.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
benchname = '
|
2 |
|
3 |
intro_md = f'''
|
4 |
|
|
|
1 |
+
benchname = 'KOFFVQA'
|
2 |
|
3 |
intro_md = f'''
|
4 |
|