Spaces:
Running
Running
YanBoChen
commited on
Commit
·
9499cc8
1
Parent(s):
fa19f34
feat: revise retrieval info for better user guidance (know what the general and hospital only meaning)
Browse files
app.py
CHANGED
@@ -576,7 +576,7 @@ def create_oncall_interface():
|
|
576 |
choices=["General Only", "Hospital Only", "Combine Both"],
|
577 |
label="🔍 Retrieval Mode",
|
578 |
value="Combine Both",
|
579 |
-
info="Choose which medical guidelines to search"
|
580 |
)
|
581 |
|
582 |
# Optional intention override for testing
|
|
|
576 |
choices=["General Only", "Hospital Only", "Combine Both"],
|
577 |
label="🔍 Retrieval Mode",
|
578 |
value="Combine Both",
|
579 |
+
info="Choose which medical guidelines to search. General Only: uses general pipeline; Hospital Only: uses customized pipeline"
|
580 |
)
|
581 |
|
582 |
# Optional intention override for testing
|