Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,6 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
180 |
<div class="center-content">
|
181 |
<h1>π Mobile-MMLU Benchmark Competition</h1>
|
182 |
<h2>π Welcome to the Competition</h2>
|
183 |
-
<img src="https://via.placeholder.com/200" alt="Competition Logo">
|
184 |
<p>
|
185 |
Welcome to the Mobile-MMLU Benchmark Competition. Here you can submit your predictions,
|
186 |
view the leaderboard, and track your performance!
|
@@ -188,7 +187,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
188 |
<hr>
|
189 |
</div>
|
190 |
""")
|
191 |
-
gr.Image(value="
|
192 |
|
193 |
with gr.Tabs(elem_id="tabs"):
|
194 |
with gr.TabItem("π Overview"):
|
|
|
180 |
<div class="center-content">
|
181 |
<h1>π Mobile-MMLU Benchmark Competition</h1>
|
182 |
<h2>π Welcome to the Competition</h2>
|
|
|
183 |
<p>
|
184 |
Welcome to the Mobile-MMLU Benchmark Competition. Here you can submit your predictions,
|
185 |
view the leaderboard, and track your performance!
|
|
|
187 |
<hr>
|
188 |
</div>
|
189 |
""")
|
190 |
+
gr.Image(value="mobile_mmlu_sd.jpeg", label="Competition Logo")
|
191 |
|
192 |
with gr.Tabs(elem_id="tabs"):
|
193 |
with gr.TabItem("π Overview"):
|