natasha1704 commited on
Commit
70ab125
·
verified ·
1 Parent(s): 3b1a51d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- <h1>WellBe+ Assistant</h1>
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: