Al1Abdullah commited on
Commit
09ed0d5
·
1 Parent(s): 2a21972

fix: pin python 3.11 and gradio 5.29.0 in Space metadata

Browse files
Files changed (3) hide show
  1. .python-version +0 -1
  2. README.md +3 -3
  3. requirements.txt +1 -5
.python-version DELETED
@@ -1 +0,0 @@
1
- 3.11
 
 
README.md CHANGED
@@ -4,7 +4,8 @@ emoji: 🧬
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 4.44.0
 
8
  app_file: app.py
9
  pinned: true
10
  short_description: Clinical evidence synthesis, no API key
@@ -12,5 +13,4 @@ short_description: Clinical evidence synthesis, no API key
12
 
13
  # Helix — Clinical Evidence Synthesis
14
 
15
- Give any AI model structured, scored access to the world's three largest
16
- free health databases. No API key needed.
 
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 5.29.0
8
+ python_version: "3.11"
9
  app_file: app.py
10
  pinned: true
11
  short_description: Clinical evidence synthesis, no API key
 
13
 
14
  # Helix — Clinical Evidence Synthesis
15
 
16
+ Clinical evidence synthesis engine — ClinicalTrials.gov, PubMed, and openFDA in one call. No API key needed.
 
requirements.txt CHANGED
@@ -1,9 +1,5 @@
1
- gradio==4.44.0
2
  httpx>=0.27.0
3
- curl_cffi>=0.7.0
4
- fastapi>=0.111.0
5
- uvicorn>=0.30.0
6
  pydantic>=2.0.0
7
  python-dotenv>=1.0.0
8
  rank-bm25>=0.2.2
9
- mcp[cli]>=1.0.0
 
1
+ gradio==5.29.0
2
  httpx>=0.27.0
 
 
 
3
  pydantic>=2.0.0
4
  python-dotenv>=1.0.0
5
  rank-bm25>=0.2.2