Spaces:
Sleeping
Sleeping
Upload app.py
Browse fileschanged url to logo
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='
|
| 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 |
""")
|