Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,6 @@ def main_app():
|
|
| 21 |
with gr.Column(scale=1, min_width=220, elem_id="sidebar") as sidebar:
|
| 22 |
gr.Markdown("""
|
| 23 |
<div id="brand-header">
|
| 24 |
-
<img src="images/chatternest_logo.png" alt="ChatterNest Logo" width="60" style="margin-bottom: 0.5em;">
|
| 25 |
<h1>ChatterNest</h1>
|
| 26 |
</div>
|
| 27 |
""")
|
|
|
|
| 21 |
with gr.Column(scale=1, min_width=220, elem_id="sidebar") as sidebar:
|
| 22 |
gr.Markdown("""
|
| 23 |
<div id="brand-header">
|
|
|
|
| 24 |
<h1>ChatterNest</h1>
|
| 25 |
</div>
|
| 26 |
""")
|