awacke1 commited on
Commit
26e5ae2
·
1 Parent(s): ea4735a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ def fn( text1, text2, num, slider1, slider2, single_checkbox,
81
  start_with_searchTermLOINC
82
  start_with_searchTermLOINC.set_format("pandas")
83
  df = start_with_searchTermLOINC[:]
84
- df["Purpose: Clinical Focus"][0].tolist()
 
85
  df4 = df.explode("Purpose: Clinical Focus", ignore_index=True)
86
  df4.head(4)
87
 
 
81
  start_with_searchTermLOINC
82
  start_with_searchTermLOINC.set_format("pandas")
83
  df = start_with_searchTermLOINC[:]
84
+ #df["Purpose: Clinical Focus"][0].tolist()
85
+ df["Purpose: Clinical Focus"][0]
86
  df4 = df.explode("Purpose: Clinical Focus", ignore_index=True)
87
  df4.head(4)
88