Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ from wellbe_agent import answer_sync
|
|
| 12 |
|
| 13 |
|
| 14 |
DESCRIPTION_MD = (
|
| 15 |
-
"# **WellBe+ Assistant**\n\n"
|
| 16 |
"WellBe+ AI Agent is a multi‑context assistant built with the Agents SDK framework "
|
| 17 |
"from OpenAI. It orchestrates **three secure MCP servers**: a public drug‑knowledge FDA "
|
| 18 |
"service, PubMed and WHOOP biometric feed.\n\n"
|
|
@@ -31,7 +30,7 @@ DESCRIPTION_MD = (
|
|
| 31 |
logo_html = """
|
| 32 |
<img src="https://raw.githubusercontent.com/Alea4jacta6est/drug-interaction-checker-agent/main/docs/images/logo.png"
|
| 33 |
alt="WellBe+" width="80">
|
| 34 |
-
|
| 35 |
"""
|
| 36 |
|
| 37 |
def build_interface() -> gr.Blocks:
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
DESCRIPTION_MD = (
|
|
|
|
| 15 |
"WellBe+ AI Agent is a multi‑context assistant built with the Agents SDK framework "
|
| 16 |
"from OpenAI. It orchestrates **three secure MCP servers**: a public drug‑knowledge FDA "
|
| 17 |
"service, PubMed and WHOOP biometric feed.\n\n"
|
|
|
|
| 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 |
+
# **WellBe+ Assistant**\n\n
|
| 34 |
"""
|
| 35 |
|
| 36 |
def build_interface() -> gr.Blocks:
|