Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -142,8 +142,8 @@ def fn( text1, text2, num, slider1, slider2, single_checkbox,
|
|
142 |
(".", 0),
|
143 |
] + [(f"test", x / 10) for x in range(-10, 10)], # HighlightedText
|
144 |
#json.loads(JSONOBJ), # JSON
|
145 |
-
|
146 |
-
json.dumps(json.loads(start_with_searchTermLOINC['train'].to_json(orient="records", path_or_buf="None"))),
|
147 |
"<button style='background-color: red'>Click Me: " + radio + "</button>", # HTML
|
148 |
os.path.join(os.path.dirname(__file__), "files/titanic.csv"),
|
149 |
df1, # Dataframe
|
|
|
142 |
(".", 0),
|
143 |
] + [(f"test", x / 10) for x in range(-10, 10)], # HighlightedText
|
144 |
#json.loads(JSONOBJ), # JSON
|
145 |
+
start_with_searchTermLOINC['train'].to_json(orient="records", path_or_buf="None"),
|
146 |
+
#json.dumps(json.loads(start_with_searchTermLOINC['train'].to_json(orient="records", path_or_buf="None"))),
|
147 |
"<button style='background-color: red'>Click Me: " + radio + "</button>", # HTML
|
148 |
os.path.join(os.path.dirname(__file__), "files/titanic.csv"),
|
149 |
df1, # Dataframe
|