Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,8 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
187 |
<hr>
|
188 |
</div>
|
189 |
""")
|
190 |
-
gr.
|
|
|
191 |
|
192 |
with gr.Tabs(elem_id="tabs"):
|
193 |
with gr.TabItem("📖 Overview"):
|
|
|
187 |
<hr>
|
188 |
</div>
|
189 |
""")
|
190 |
+
with gr.Column(scale=1): # Image takes less space
|
191 |
+
gr.Image(value="mobile_mmlu_sd.jpeg", label="", style={"width": "100px", "height": "100px"})
|
192 |
|
193 |
with gr.Tabs(elem_id="tabs"):
|
194 |
with gr.TabItem("📖 Overview"):
|