awacke1 commited on
Commit
b7b4d5e
·
1 Parent(s): f07e16e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +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
- 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
 
 
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