awacke1 commited on
Commit
4cbe9fa
·
1 Parent(s): 234299f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def MatchOMS(name):
36
 
37
 
38
  with gr.Blocks() as demo:
39
- name = gr.Textbox(label="Name")
40
 
41
  output1 = gr.DataFrame(label="LOINC Terminology")
42
  output2 = gr.DataFrame(label="LOINC Assessment Panels")
 
36
 
37
 
38
  with gr.Blocks() as demo:
39
+ name = gr.Textbox(label="Enter a term or word to match and find LOINC, SNOMED and OMS clinical terminologies.")
40
 
41
  output1 = gr.DataFrame(label="LOINC Terminology")
42
  output2 = gr.DataFrame(label="LOINC Assessment Panels")