awacke1 commited on
Commit
9dc6d97
·
1 Parent(s): 0523ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def fn( text1, text2, single_checkbox, checkboxes, radio, im4,
38
  # np.flipud(im1) if im1 is not None else os.path.join(os.path.dirname(__file__), "files/cheetah1.jpg"), # Image
39
  # video if video is not None else os.path.join(os.path.dirname(__file__), "files/world.mp4"), # Video
40
  [
41
- ( datasetLOINC.filter(lambda example: example["Description"].startswith("Mental" ),
42
  ("The", "art"),
43
  ("quick brown", "adj"),
44
  ("fox", "nn"),
 
38
  # np.flipud(im1) if im1 is not None else os.path.join(os.path.dirname(__file__), "files/cheetah1.jpg"), # Image
39
  # video if video is not None else os.path.join(os.path.dirname(__file__), "files/world.mp4"), # Video
40
  [
41
+ ( datasetLOINC.filter(lambda example: example["Description"].startswith("Mental" )),
42
  ("The", "art"),
43
  ("quick brown", "adj"),
44
  ("fox", "nn"),