georad commited on
Commit
72b6946
·
verified ·
1 Parent(s): 5e75546

Update pages/chapter_index.py

Browse files
Files changed (1) hide show
  1. 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("Saudi Billing System v2.0 Chapter Index: select topic")
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)