Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def MatchOMS(name):
|
|
36 |
|
37 |
|
38 |
with gr.Blocks() as demo:
|
39 |
-
name = gr.Textbox(label="
|
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")
|