Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ DESCRIPTION_MD = (
|
|
30 |
logo_html = """
|
31 |
<img src="https://raw.githubusercontent.com/Alea4jacta6est/drug-interaction-checker-agent/main/docs/images/logo.png"
|
32 |
alt="WellBe+" width="80">
|
33 |
-
<h1>WellBe+ Assistant</h1
|
34 |
"""
|
35 |
|
36 |
def build_interface() -> gr.Blocks:
|
|
|
30 |
logo_html = """
|
31 |
<img src="https://raw.githubusercontent.com/Alea4jacta6est/drug-interaction-checker-agent/main/docs/images/logo.png"
|
32 |
alt="WellBe+" width="80">
|
33 |
+
<h1>WellBe+ Assistant</h1>
|
34 |
"""
|
35 |
|
36 |
def build_interface() -> gr.Blocks:
|