Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
228 |
<p>Welcome to the <strong>Mobile-MMLU Benchmark Competition</strong>. Here you can submit your predictions, view the leaderboard, and track your performance!</p>
|
229 |
<hr>
|
230 |
</div>
|
231 |
-
""",elem_id="center-content")
|
232 |
|
233 |
with gr.Tabs(elem_id="tabs"):
|
234 |
with gr.TabItem("📖 Overview", elem_classes=["tab-item"]):
|
|
|
228 |
<p>Welcome to the <strong>Mobile-MMLU Benchmark Competition</strong>. Here you can submit your predictions, view the leaderboard, and track your performance!</p>
|
229 |
<hr>
|
230 |
</div>
|
231 |
+
""",elem_id="center-content")
|
232 |
|
233 |
with gr.Tabs(elem_id="tabs"):
|
234 |
with gr.TabItem("📖 Overview", elem_classes=["tab-item"]):
|