Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/mteb/leaderboard
Browse files
app.py
CHANGED
|
@@ -436,7 +436,7 @@ with block:
|
|
| 436 |
with gr.Row():
|
| 437 |
data_run = gr.Button("Refresh")
|
| 438 |
data_run.click(get_mteb_average, inputs=None, outputs=data_overall)
|
| 439 |
-
with gr.TabItem("
|
| 440 |
with gr.Row():
|
| 441 |
gr.Markdown("""
|
| 442 |
**Bitext Mining Leaderboard 🎌**
|
|
|
|
| 436 |
with gr.Row():
|
| 437 |
data_run = gr.Button("Refresh")
|
| 438 |
data_run.click(get_mteb_average, inputs=None, outputs=data_overall)
|
| 439 |
+
with gr.TabItem("Bitext Mining"):
|
| 440 |
with gr.Row():
|
| 441 |
gr.Markdown("""
|
| 442 |
**Bitext Mining Leaderboard 🎌**
|