awacke1 commited on
Commit
c7a05ab
1 Parent(s): f7afd73

Update app.py

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