Update pages/chapter_index.py
Browse files- pages/chapter_index.py +1 -1
pages/chapter_index.py
CHANGED
@@ -10,7 +10,7 @@ st.header("Map internal descriptions to SBS codes V2.0")
|
|
10 |
st.subheader("Select specific Chapter for quicker results")
|
11 |
st.subheader("Demo currently limited to Chapter 20: Imaging services; (Work in progress)")
|
12 |
df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
|
13 |
-
df_chapters.iloc[25] = {"Chapter":
|
14 |
#st.dataframe(df_chapters, hide_index=True) # redundant, as dataframe will be displayed by below function
|
15 |
|
16 |
def dataframe_with_selections(df_chapters: pd.DataFrame, init_value: bool = False) -> pd.DataFrame:
|
|
|
10 |
st.subheader("Select specific Chapter for quicker results")
|
11 |
st.subheader("Demo currently limited to Chapter 20: Imaging services; (Work in progress)")
|
12 |
df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
|
13 |
+
df_chapters.iloc[25] = {"Chapter": 26, "Chapter title": "ALL CHAPTERS (will take more time)", "Blocks": "Total", "No. Codes": 10081}
|
14 |
#st.dataframe(df_chapters, hide_index=True) # redundant, as dataframe will be displayed by below function
|
15 |
|
16 |
def dataframe_with_selections(df_chapters: pd.DataFrame, init_value: bool = False) -> pd.DataFrame:
|