Spaces:
Sleeping
Sleeping
update logo size
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ with gr.Blocks() as demo:
|
|
16 |
with gr.Column(scale=1):
|
17 |
pass
|
18 |
with gr.Column(scale=4, min_width=1000):
|
19 |
-
gr.Image("logo_transparent_small.png", elem_id="logo", show_label=False, width=
|
20 |
gr.Markdown(
|
21 |
"""
|
22 |
<h1 style='text-align: center;'>Siswati-English Translation</h1>
|
|
|
16 |
with gr.Column(scale=1):
|
17 |
pass
|
18 |
with gr.Column(scale=4, min_width=1000):
|
19 |
+
gr.Image("logo_transparent_small.png", elem_id="logo", show_label=False, width=500)
|
20 |
gr.Markdown(
|
21 |
"""
|
22 |
<h1 style='text-align: center;'>Siswati-English Translation</h1>
|