Update app.py
Browse files
app.py
CHANGED
@@ -188,6 +188,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
188 |
<hr>
|
189 |
</div>
|
190 |
""")
|
|
|
191 |
|
192 |
with gr.Tabs(elem_id="tabs"):
|
193 |
with gr.TabItem("📖 Overview"):
|
|
|
188 |
<hr>
|
189 |
</div>
|
190 |
""")
|
191 |
+
gr.Image(value="https://via.placeholder.com/200", label="Competition Logo")
|
192 |
|
193 |
with gr.Tabs(elem_id="tabs"):
|
194 |
with gr.TabItem("📖 Overview"):
|