Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -138,9 +138,9 @@ def fn( text1, text2, single_checkbox, checkboxes, radio, im4,
|
|
138 |
] + [(f"test", x / 10) for x in range(-10, 10)], # HighlightedText
|
139 |
|
140 |
|
141 |
-
|
142 |
#json.loads(JSONOBJ_MAP), # JSONOBJ_MAP
|
143 |
-
json.loads(top1matchLOINC),
|
144 |
|
145 |
"<button style='background-color: red'>Click Me: " + radio + "</button>", # HTML
|
146 |
os.path.join(os.path.dirname(__file__), "files/titanic.csv"),
|
|
|
138 |
] + [(f"test", x / 10) for x in range(-10, 10)], # HighlightedText
|
139 |
|
140 |
|
141 |
+
json.loads(JSONOBJ), # JSON
|
142 |
#json.loads(JSONOBJ_MAP), # JSONOBJ_MAP
|
143 |
+
#json.loads(top1matchLOINC),
|
144 |
|
145 |
"<button style='background-color: red'>Click Me: " + radio + "</button>", # HTML
|
146 |
os.path.join(os.path.dirname(__file__), "files/titanic.csv"),
|