awacke1 commited on
Commit
1432636
·
1 Parent(s): 044421b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def fn( text1, text2, single_checkbox, checkboxes, radio, im4,
46
  top1matchLOINC = json.loads(start_with_searchTermLOINC['train'][0])
47
  top1matchSNOMED = json.loads(start_with_searchTermSNOMED['train'][0])
48
  top1matchCQM = json.loads(start_with_searchTermCQM['train'][0])
49
- catch:
50
  print(start_with_searchTermLOINC)
51
  print(start_with_searchTermSNOMED )
52
  print(start_with_searchTermCQM )
 
46
  top1matchLOINC = json.loads(start_with_searchTermLOINC['train'][0])
47
  top1matchSNOMED = json.loads(start_with_searchTermSNOMED['train'][0])
48
  top1matchCQM = json.loads(start_with_searchTermCQM['train'][0])
49
+ except:
50
  print(start_with_searchTermLOINC)
51
  print(start_with_searchTermSNOMED )
52
  print(start_with_searchTermCQM )