georad commited on
Commit
ee331c0
·
verified ·
1 Parent(s): 2ddb945

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +1 -1
pages/type_text.py CHANGED
@@ -168,7 +168,7 @@ def load_pipe():
168
  return pipe
169
  pipe = load_pipe()
170
 
171
- mapSBS_button = st.button("Map to SBS codes", on_click=on_click, key="user_clickedSBS")
172
 
173
  dictA = {"Score": [], "SBS Code": [], "SBS Description V2.0": []}
174
  dfALL = pd.DataFrame.from_dict(dictA)
 
168
  return pipe
169
  pipe = load_pipe()
170
 
171
+ mapSBS_button = st.button("Map to SBS codes", key="user_clickedSBS")
172
 
173
  dictA = {"Score": [], "SBS Code": [], "SBS Description V2.0": []}
174
  dfALL = pd.DataFrame.from_dict(dictA)