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