Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ def diagnose(symptoms):
|
|
| 153 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
| 154 |
# Logo and introduction
|
| 155 |
gr.HTML("""<div class="header">
|
| 156 |
-
<img src="
|
| 157 |
</div>""")
|
| 158 |
|
| 159 |
# Introduction about EarlyMed
|
|
|
|
| 153 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
| 154 |
# Logo and introduction
|
| 155 |
gr.HTML("""<div class="header">
|
| 156 |
+
<img src="logobot.jpg" alt="DiagnoBot Logo" class="logo">
|
| 157 |
</div>""")
|
| 158 |
|
| 159 |
# Introduction about EarlyMed
|