awacke1 commited on
Commit
87dca4e
·
1 Parent(s): 01a65c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def MatchSNOMED(name):
33
 
34
  with gr.Blocks() as demo:
35
  name = gr.Textbox(label="Name")
36
- output1 = gr.Textbox(label="Output Match LOINC")
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
  output2 = gr.Textbox(label="Output Match SNOMED")
38
  output3 = gr.Textbox(label="Output Match LOINC Panels and Forms")
39