Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
output4 = gr.DataFrame(label="SNOMED and OMS Terminology")
|
57 |
|
58 |
button1.click(fn=MatchLOINC, inputs=name, outputs=output1)
|
59 |
-
button2.click(fn=MatchLOINCPanelsandForms, inputs=name, outputs=output2
|
60 |
button3.click(fn=MatchSNOMED, inputs=name, outputs=output3)
|
61 |
button4.click(fn=MatchOMS, inputs=name, outputs=output4)
|
62 |
|
|
|
56 |
output4 = gr.DataFrame(label="SNOMED and OMS Terminology")
|
57 |
|
58 |
button1.click(fn=MatchLOINC, inputs=name, outputs=output1)
|
59 |
+
button2.click(fn=MatchLOINCPanelsandForms, inputs=name, outputs=output2)
|
60 |
button3.click(fn=MatchSNOMED, inputs=name, outputs=output3)
|
61 |
button4.click(fn=MatchOMS, inputs=name, outputs=output4)
|
62 |
|