awacke1 commited on
Commit
a6870be
·
1 Parent(s): f0defcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.TextArea(label="Output Match LOINC", max_lines=10, interactive=True, )
 
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,)