Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ print(dataseteCQM)
|
|
12 |
# play with some dataset tools before the show:
|
13 |
start_with_ar = datasetLOINC.filter(lambda example: example["Description"].startswith("Mental health"))
|
14 |
len(start_with_ar)
|
15 |
-
print(start_with_ar["
|
16 |
|
17 |
---
|
18 |
#Main Stage - Begin!
|
|
|
12 |
# play with some dataset tools before the show:
|
13 |
start_with_ar = datasetLOINC.filter(lambda example: example["Description"].startswith("Mental health"))
|
14 |
len(start_with_ar)
|
15 |
+
print(start_with_ar["Description"])
|
16 |
|
17 |
---
|
18 |
#Main Stage - Begin!
|