georad commited on
Commit
792b561
·
verified ·
1 Parent(s): 2adf5ba

Update pages/chapter_index.py

Browse files
Files changed (1) hide show
  1. pages/chapter_index.py +1 -1
pages/chapter_index.py CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
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)"}
10
  st.dataframe(df_chapters)
11
 
12
  st.subheader("* Demo currently limited to Chapter 20: Imaging services")
 
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": "ALL", "No. Codes": 10,081}
10
  st.dataframe(df_chapters)
11
 
12
  st.subheader("* Demo currently limited to Chapter 20: Imaging services")