Spaces:
Running
Running
Add the prospective leaderboard tab
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ def existing_user(username):
|
|
| 115 |
"""
|
| 116 |
|
| 117 |
def guidelines_tab():
|
| 118 |
-
with gr.Tab("
|
| 119 |
gr.Markdown("""
|
| 120 |
# Contributor Guidelines
|
| 121 |
|
|
@@ -398,6 +398,10 @@ If you want to contribute dataset translations for a new language or validate ex
|
|
| 398 |
""")
|
| 399 |
|
| 400 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 401 |
|
| 402 |
with gr.Blocks(
|
| 403 |
css="""
|
|
@@ -415,6 +419,7 @@ with gr.Blocks(
|
|
| 415 |
# Welcome to the BOUQuET π , the Open-initiative for Universal Quality Evaluation in Translation.
|
| 416 |
""")
|
| 417 |
intro_tab()
|
|
|
|
| 418 |
# login_tab()
|
| 419 |
guidelines_tab()
|
| 420 |
dla_tab()
|
|
|
|
| 115 |
"""
|
| 116 |
|
| 117 |
def guidelines_tab():
|
| 118 |
+
with gr.Tab("Translation guidelines"):
|
| 119 |
gr.Markdown("""
|
| 120 |
# Contributor Guidelines
|
| 121 |
|
|
|
|
| 398 |
""")
|
| 399 |
|
| 400 |
|
| 401 |
+
def leaderboard_tab():
|
| 402 |
+
with gr.Tab("Leaderboard"):
|
| 403 |
+
gr.Markdown("Coming soon!")
|
| 404 |
+
|
| 405 |
|
| 406 |
with gr.Blocks(
|
| 407 |
css="""
|
|
|
|
| 419 |
# Welcome to the BOUQuET π , the Open-initiative for Universal Quality Evaluation in Translation.
|
| 420 |
""")
|
| 421 |
intro_tab()
|
| 422 |
+
leaderboard_tab()
|
| 423 |
# login_tab()
|
| 424 |
guidelines_tab()
|
| 425 |
dla_tab()
|