Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ start_with_ar = datasetLOINC.filter(lambda example: example["Description"].start
|
|
14 |
len(start_with_ar)
|
15 |
print(start_with_ar["Description"])
|
16 |
|
17 |
-
|
18 |
#Main Stage - Begin!
|
19 |
-
|
20 |
|
21 |
import os
|
22 |
import json
|
|
|
14 |
len(start_with_ar)
|
15 |
print(start_with_ar["Description"])
|
16 |
|
17 |
+
#---
|
18 |
#Main Stage - Begin!
|
19 |
+
#---
|
20 |
|
21 |
import os
|
22 |
import json
|