Spaces:
Sleeping
Sleeping
add 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", alt="DSFSI Logo", elem_id="logo", label=None))
|
17 |
gr.Column()
|
18 |
|
19 |
description = """
|
|
|
13 |
|
14 |
with gr.Row():
|
15 |
gr.Column()
|
16 |
+
gr.Column(gr.Image("translation-1/logo_transparent_small.png", alt="DSFSI Logo", elem_id="logo", label=None))
|
17 |
gr.Column()
|
18 |
|
19 |
description = """
|