RadRuss commited on
Commit
aef0a57
·
verified ·
1 Parent(s): f80ced9

Upload app.py

Browse files

changed url to logo

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def start_chat():
69
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
70
  gr.HTML("""
71
  <div style='display:flex; align-items:center; gap:15px;'>
72
- <img src='logo.png' style='height:60px;'>
73
  <h2 style='margin:0;'>Company Research Assistant</h2>
74
  </div>
75
  """)
 
69
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
70
  gr.HTML("""
71
  <div style='display:flex; align-items:center; gap:15px;'>
72
+ <img src='https://mocean-digital.com/wp-content/uploads/2024/04/mocean_Logo_full_white_ring-gold.png' style='height:60px;'>
73
  <h2 style='margin:0;'>Company Research Assistant</h2>
74
  </div>
75
  """)