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.concat({"Chapter": ALL, "DECc": ALL TOPICS (will take longer time), })
|
10 |
st.dataframe(df_chapters)
|
|
|
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("Saudi Billing System v2.0 Chapter Index: select topic")
|
8 |
df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
|
9 |
#df_chapters.concat({"Chapter": ALL, "DECc": ALL TOPICS (will take longer time), })
|
10 |
st.dataframe(df_chapters)
|