Update pages/chapter_index.py
Browse files- pages/chapter_index.py +1 -1
pages/chapter_index.py
CHANGED
@@ -3,9 +3,9 @@ import pandas as pd
|
|
3 |
|
4 |
#st.title("📘SBS mapper")
|
5 |
st.header("Map internal descriptions to SBS codes V2.0")
|
6 |
-
st.subheader("Work in progress; Demo currently limited to Chapter 20: Imaging services")
|
7 |
#st.image("images/SBS_Chapter_Index.png", use_container_width=True)
|
8 |
st.subheader("Select specific Chapter for quicker results")
|
|
|
9 |
df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
|
10 |
df_chapters.iloc[25] = {"Chapter": "ALL", "Chapter title": "ALL CHAPTERS (will take more time)", "Blocks": "Total", "No. Codes": 10081}
|
11 |
#st.dataframe(df_chapters, hide_index=True) # redundant, as dataframe will be displayed by below function
|
|
|
3 |
|
4 |
#st.title("📘SBS mapper")
|
5 |
st.header("Map internal descriptions to SBS codes V2.0")
|
|
|
6 |
#st.image("images/SBS_Chapter_Index.png", use_container_width=True)
|
7 |
st.subheader("Select specific Chapter for quicker results")
|
8 |
+
st.subheader("Demo currently limited to Chapter 20: Imaging services; (Work in progress)")
|
9 |
df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
|
10 |
df_chapters.iloc[25] = {"Chapter": "ALL", "Chapter title": "ALL CHAPTERS (will take more time)", "Blocks": "Total", "No. Codes": 10081}
|
11 |
#st.dataframe(df_chapters, hide_index=True) # redundant, as dataframe will be displayed by below function
|