Update pages/chapter_index.py
Browse files- pages/chapter_index.py +0 -1
pages/chapter_index.py
CHANGED
@@ -6,7 +6,6 @@ for k, v in st.session_state.items():
|
|
6 |
|
7 |
#st.title("📘Map internal description to SBS codes V2.0")
|
8 |
st.subheader("Select specific Chapter for quicker results")
|
9 |
-
st.subheader("Demo currently limited to Chapter 20: Imaging services; (Work in progress)")
|
10 |
df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows.csv")
|
11 |
|
12 |
startrowindex_list = df_chapters["from_row_index"].tolist()
|
|
|
6 |
|
7 |
#st.title("📘Map internal description to SBS codes V2.0")
|
8 |
st.subheader("Select specific Chapter for quicker results")
|
|
|
9 |
df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows.csv")
|
10 |
|
11 |
startrowindex_list = df_chapters["from_row_index"].tolist()
|