Update app.py
Browse files
app.py
CHANGED
@@ -191,11 +191,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
191 |
<hr>
|
192 |
</div>
|
193 |
""")
|
194 |
-
|
195 |
-
with gr.Column(scale=1): # Image takes less space
|
196 |
-
gr.Markdown("""
|
197 |
-
<img src="mobile_mmlu_sd.jpeg" alt="Competition Logo">
|
198 |
-
""")
|
199 |
|
200 |
with gr.Tabs(elem_id="tabs"):
|
201 |
with gr.TabItem("📖 Overview"):
|
|
|
191 |
<hr>
|
192 |
</div>
|
193 |
""")
|
194 |
+
|
|
|
|
|
|
|
|
|
195 |
|
196 |
with gr.Tabs(elem_id="tabs"):
|
197 |
with gr.TabItem("📖 Overview"):
|