EmmaScharfmann commited on
Commit
22872f2
·
1 Parent(s): 818aca6

add config

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # 🔍 Medical Document Search using sentence-transformers/embeddinggemma-300m-medical
2
 
3
  A search tool specialized in the medical field to helps you find relevant information across your medical documents.
@@ -32,13 +43,3 @@ pip install -r requirements.txt
32
  ## Notes
33
  Note that for efficiency purposes, a template of the interface code and the css code was generate with an LLM.
34
 
35
- ---
36
- title: Medical Document Search
37
- emoji: 🔍
38
- colorFrom: indigo
39
- colorTo: gray
40
- sdk: gradio
41
- sdk_version: 6.5.1
42
- app_file: app.py
43
- pinned: false
44
- ---
 
1
+ ---
2
+ title: Test
3
+ emoji: ⚡
4
+ colorFrom: indigo
5
+ colorTo: gray
6
+ sdk: gradio
7
+ sdk_version: 6.5.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # 🔍 Medical Document Search using sentence-transformers/embeddinggemma-300m-medical
13
 
14
  A search tool specialized in the medical field to helps you find relevant information across your medical documents.
 
43
  ## Notes
44
  Note that for efficiency purposes, a template of the interface code and the css code was generate with an LLM.
45