panda992 commited on
Commit
94b5cfc
·
1 Parent(s): 1b760c7
Files changed (2) hide show
  1. README.md +3 -1
  2. app.py +1 -0
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧬
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.33.0 # Note: I've updated this to a more recent version, adjust if needed
8
  app_file: app.py
9
  pinned: false
10
  secrets:
@@ -19,6 +19,8 @@ tags:
19
 
20
  **[➡️ Try the Live Demo Here!](https://huggingface.co/spaces/Agents-MCP-Hackathon/medical_ai)**
21
 
 
 
22
  **MediAgent AI** is a sophisticated, conversational health assistant and a fully MCP-compliant tool server, built on Modal and Gradio. It provides reliable, sourced, and role-adapted answers to a wide range of medical questions.
23
 
24
  This project is a submission for the **Gradio Agents & MCP Hackathon 2025**, competing in two tracks:
 
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.33.1 # Note: I've updated this to a more recent version, adjust if needed
8
  app_file: app.py
9
  pinned: false
10
  secrets:
 
19
 
20
  **[➡️ Try the Live Demo Here!](https://huggingface.co/spaces/Agents-MCP-Hackathon/medical_ai)**
21
 
22
+ **Powered by Modal and LlamaIndex. Special thanks for their support!**
23
+
24
  **MediAgent AI** is a sophisticated, conversational health assistant and a fully MCP-compliant tool server, built on Modal and Gradio. It provides reliable, sourced, and role-adapted answers to a wide range of medical questions.
25
 
26
  This project is a submission for the **Gradio Agents & MCP Hackathon 2025**, competing in two tracks:
app.py CHANGED
@@ -103,6 +103,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="MediAgent AI: Conversational Health Naviga
103
  <li>💊 <b>Drug Info:</b> Side effects, interactions, FDA label details</li>
104
  <li>🔬 <b>Research:</b> Clinical trials & medical literature search</li>
105
  </ul>
 
106
  </div>
107
  """)
108
 
 
103
  <li>💊 <b>Drug Info:</b> Side effects, interactions, FDA label details</li>
104
  <li>🔬 <b>Research:</b> Clinical trials & medical literature search</li>
105
  </ul>
106
+ <div style='margin-top:10px; text-align:center; color:#8aa8ff; font-weight:bold;'>Powered by Modal and LlamaIndex. Special thanks for their support!</div>
107
  </div>
108
  """)
109