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
Files changed (1) hide show
  1. app.py +1 -1
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