awacke1 commited on
Commit
259b931
·
1 Parent(s): 8c61e72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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["Mental health"])
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!