Update pages/chapter_index.py
Browse files- pages/chapter_index.py +1 -1
pages/chapter_index.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
#st.title("📘SBS mapper")
|
5 |
#st.write("Map internal descriptions to SBS codes in the below chapters* (work in progress)")
|
6 |
#st.image("images/SBS_Chapter_Index.png", use_container_width=True)
|
7 |
-
st.write("
|
8 |
df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
|
9 |
df_chapters.iloc[25] = {"Chapter": "ALL", "Chapter title": "ALL TOPICS (will take more time)", "Blocks": "Total", "No. Codes": 10081}
|
10 |
st.dataframe(df_chapters, hide_index=True)
|
|
|
4 |
#st.title("📘SBS mapper")
|
5 |
#st.write("Map internal descriptions to SBS codes in the below chapters* (work in progress)")
|
6 |
#st.image("images/SBS_Chapter_Index.png", use_container_width=True)
|
7 |
+
st.write("Select specific topic for quicker results")
|
8 |
df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
|
9 |
df_chapters.iloc[25] = {"Chapter": "ALL", "Chapter title": "ALL TOPICS (will take more time)", "Blocks": "Total", "No. Codes": 10081}
|
10 |
st.dataframe(df_chapters, hide_index=True)
|