Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def convert_json(df:pd.DataFrame):
|
|
31 |
INTdesc_input = st.text_input("Type internal description and hit Enter", key="user_input")
|
32 |
|
33 |
createSBScodes, right_column = st.columns(2)
|
34 |
-
createSBScodes_clicked = createSBScodes.button("
|
35 |
right_column.button("Reset", on_click=on_click)
|
36 |
|
37 |
numMAPPINGS_input = 5
|
|
|
31 |
INTdesc_input = st.text_input("Type internal description and hit Enter", key="user_input")
|
32 |
|
33 |
createSBScodes, right_column = st.columns(2)
|
34 |
+
createSBScodes_clicked = createSBScodes.button("Map to SBS codes", key="user_createSBScodes")
|
35 |
right_column.button("Reset", on_click=on_click)
|
36 |
|
37 |
numMAPPINGS_input = 5
|