Update pages/type_text.py
Browse files- 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",
|
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)
|