awacke1 commited on
Commit
098b519
·
1 Parent(s): 8ee5e9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -141,7 +141,8 @@ def fn( text1, text2, num, slider1, slider2, single_checkbox,
141
  ("dogs", 0.4),
142
  (".", 0),
143
  ] + [(f"test", x / 10) for x in range(-10, 10)], # HighlightedText
144
- json.loads(JSONOBJ), # JSON
 
145
  "<button style='background-color: red'>Click Me: " + radio + "</button>", # HTML
146
  os.path.join(os.path.dirname(__file__), "files/titanic.csv"),
147
  df1, # Dataframe
 
141
  ("dogs", 0.4),
142
  (".", 0),
143
  ] + [(f"test", x / 10) for x in range(-10, 10)], # HighlightedText
144
+ #json.loads(JSONOBJ), # JSON
145
+ json.loads(start_with_searchTermLOINC.to_json())
146
  "<button style='background-color: red'>Click Me: " + radio + "</button>", # HTML
147
  os.path.join(os.path.dirname(__file__), "files/titanic.csv"),
148
  df1, # Dataframe