awacke1 commited on
Commit
ea6be8e
1 Parent(s): 6d04bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #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"),
 
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"),