Spaces:
Sleeping
Sleeping
fix runtime error
Browse files
app.py
CHANGED
@@ -21,9 +21,10 @@ categories = {
|
|
21 |
"society": "Setšhaba"
|
22 |
}
|
23 |
|
|
|
24 |
with gr.Row():
|
25 |
gr.Column()
|
26 |
-
gr.Column(gr.Image("logo_transparent_small.png",
|
27 |
gr.Column()
|
28 |
|
29 |
description = """
|
|
|
21 |
"society": "Setšhaba"
|
22 |
}
|
23 |
|
24 |
+
# Create a row layout with a centered column for the logo
|
25 |
with gr.Row():
|
26 |
gr.Column()
|
27 |
+
gr.Column(gr.Image(value="logo_transparent_small.png", elem_id="logo", label=None)) # Removed alt parameter
|
28 |
gr.Column()
|
29 |
|
30 |
description = """
|