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