josephchay commited on
Commit
91eba5f
·
1 Parent(s): 1b8c0fe

updated brand image asset

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ css = """
160
  with gr.Blocks(css=css) as demo:
161
  gr.HTML(f"""
162
  <div style="display: flex; align-items: center;">
163
- <img src='src/brand.png'
164
  style='width: 200px; height: 40%; display: block; margin: 0 auto 20px;'>
165
  </div>
166
 
 
160
  with gr.Blocks(css=css) as demo:
161
  gr.HTML(f"""
162
  <div style="display: flex; align-items: center;">
163
+ <img src='https://github.com/user-attachments/assets/a4bb4177-4953-41c2-8189-c31925d496b5'
164
  style='width: 200px; height: 40%; display: block; margin: 0 auto 20px;'>
165
  </div>
166