Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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 )
|