Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,8 @@ def MatchOMS(name):
|
|
36 |
with gr.Blocks() as demo:
|
37 |
name = gr.Textbox(label="Name")
|
38 |
|
39 |
-
output1 = gr.
|
|
|
40 |
output2 = gr.TextArea(label="Output Match LOINC Panels and Forms", max_lines=10, interactive=True,)
|
41 |
output3 = gr.TextArea(label="Output Match SNOMED", max_lines=10, interactive=True,)
|
42 |
output4 = gr.TextArea(label="Output Match SNOMED", max_lines=10, interactive=True,)
|
|
|
36 |
with gr.Blocks() as demo:
|
37 |
name = gr.Textbox(label="Name")
|
38 |
|
39 |
+
output1 = gr.DataFrame(label="Output Match LOINC")
|
40 |
+
#output1 = gr.TextArea(label="Output Match LOINC", max_lines=10, interactive=True, )
|
41 |
output2 = gr.TextArea(label="Output Match LOINC Panels and Forms", max_lines=10, interactive=True,)
|
42 |
output3 = gr.TextArea(label="Output Match SNOMED", max_lines=10, interactive=True,)
|
43 |
output4 = gr.TextArea(label="Output Match SNOMED", max_lines=10, interactive=True,)
|