Spaces:
Sleeping
Sleeping
remove "alt" field from image
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def translate(inp, direction):
|
|
13 |
|
14 |
with gr.Row():
|
15 |
gr.Column()
|
16 |
-
gr.Column(gr.Image("logo_transparent_small.png",
|
17 |
gr.Column()
|
18 |
|
19 |
description = """
|
|
|
13 |
|
14 |
with gr.Row():
|
15 |
gr.Column()
|
16 |
+
gr.Column(gr.Image("logo_transparent_small.png", elem_id="logo", label=None))
|
17 |
gr.Column()
|
18 |
|
19 |
description = """
|