EmmaScharfmann commited on
Commit ·
b49bedc
1
Parent(s): c33bcd6
add config
Browse files
README.md
CHANGED
|
@@ -30,4 +30,15 @@ pip install -r requirements.txt
|
|
| 30 |
```
|
| 31 |
|
| 32 |
## Notes
|
| 33 |
-
Note that for efficiency purposes, a template of the interface code and the css code was generate with an LLM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
```
|
| 31 |
|
| 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 |
+
---
|