ankban commited on
Commit
e641eaa
·
verified ·
1 Parent(s): a9d33ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def main_app():
14
  with gr.Column(scale=1, min_width=220, elem_id="sidebar"):
15
  gr.Markdown("""
16
  <div id="brand-header">
17
- <img src="file/images/chatternest_logo.png" alt="ChatterNest Logo" width="60" style="margin-bottom: 0.5em;">
18
  <h1>ChatterNest</h1>
19
  </div>
20
  """)
 
14
  with gr.Column(scale=1, min_width=220, elem_id="sidebar"):
15
  gr.Markdown("""
16
  <div id="brand-header">
17
+ <img src="images/chatternest_logo.png" alt="ChatterNest Logo" width="60" style="margin-bottom: 0.5em;">
18
  <h1>ChatterNest</h1>
19
  </div>
20
  """)