zionia commited on
Commit
b7045fd
1 Parent(s): 7114d96

fix runtime error

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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", alt="DSFSI Logo", elem_id="logo", label=None))
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 = """