Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
|
|
62 |
with gr.Row():
|
63 |
output4 = gr.DataFrame(label="SNOMED and OMS Terminology")
|
64 |
with gr.Row():
|
65 |
-
output5 = gr.DataFrame(label="ICD10 Diagnosis Clinical Terminology"
|
66 |
|
67 |
button1.click(fn=MatchLOINC, inputs=name, outputs=output1)
|
68 |
button2.click(fn=MatchLOINCPanelsandForms, inputs=name, outputs=output2)
|
|
|
62 |
with gr.Row():
|
63 |
output4 = gr.DataFrame(label="SNOMED and OMS Terminology")
|
64 |
with gr.Row():
|
65 |
+
output5 = gr.DataFrame(label="ICD10 Diagnosis Clinical Terminology")
|
66 |
|
67 |
button1.click(fn=MatchLOINC, inputs=name, outputs=output1)
|
68 |
button2.click(fn=MatchLOINCPanelsandForms, inputs=name, outputs=output2)
|