MediGuard AI commited on
Commit
186b228
·
1 Parent(s): c40e4c4

fix: Add HuggingFace Spaces configuration metadata

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # MediGuard AI: Multi-Agent RAG System for Medical Biomarker Analysis
2
 
3
  [![Tests](https://img.shields.io/badge/tests-148%20passing-brightgreen)](tests/)
 
1
+ ---
2
+ title: MediGuard AI
3
+ emoji: 🏥
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ sdk_version: "3.13"
8
+ python_version: "3.13"
9
+ app_file: app.py
10
+ pinned: false
11
+ license: mit
12
+ ---
13
+
14
  # MediGuard AI: Multi-Agent RAG System for Medical Biomarker Analysis
15
 
16
  [![Tests](https://img.shields.io/badge/tests-148%20passing-brightgreen)](tests/)