Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def fn( text1, text2, single_checkbox, checkboxes, radio, im4,
|
|
87 |
|
88 |
#json.loads(JSONOBJ), # JSON
|
89 |
#json.loads(JSONOBJ_MAP), # JSONOBJ_MAP
|
90 |
-
json.loads(top1matchLOINC)
|
91 |
|
92 |
"<button style='background-color: red'>Click Me: " + radio + "</button>", # HTML
|
93 |
os.path.join(os.path.dirname(__file__), "files/titanic.csv"),
|
|
|
87 |
|
88 |
#json.loads(JSONOBJ), # JSON
|
89 |
#json.loads(JSONOBJ_MAP), # JSONOBJ_MAP
|
90 |
+
json.loads(top1matchLOINC),
|
91 |
|
92 |
"<button style='background-color: red'>Click Me: " + radio + "</button>", # HTML
|
93 |
os.path.join(os.path.dirname(__file__), "files/titanic.csv"),
|