awacke1 commited on
Commit
5c6f4f6
·
1 Parent(s): 23e2aba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -65,9 +65,9 @@ def profile_dataset(dataset=datasetSNOMED, username="awacke1", token=HF_TOKEN, d
65
  #JSONOBJ_MAP=datasetLOINC.map(lowercase_title)
66
  #JSONOBJ_MAP=datasetLOINC.filter(lambda example: example["Description"].startswith("Mental health"))
67
 
68
- #def fn( text1, text2, num, slider1, slider2, single_checkbox, checkboxes, radio, dropdown, im1, im2, im3, im4,
69
- # video, audio1, audio2, file, df1, df2,):
70
- def fn( text1, text2, single_checkbox, checkboxes, radio, im4, file, df1, df2,):
71
 
72
  searchTerm = text1
73
  searchTermSentence = text2
 
65
  #JSONOBJ_MAP=datasetLOINC.map(lowercase_title)
66
  #JSONOBJ_MAP=datasetLOINC.filter(lambda example: example["Description"].startswith("Mental health"))
67
 
68
+ def fn( text1, text2, num, slider1, slider2, single_checkbox, checkboxes, radio, dropdown, im1, im2, im3, im4,
69
+ video, audio1, audio2, file, df1, df2,):
70
+ #def fn( text1, text2, single_checkbox, checkboxes, radio, im4, file, df1, df2,):
71
 
72
  searchTerm = text1
73
  searchTermSentence = text2