georad commited on
Commit
59f4bcd
·
verified ·
1 Parent(s): 792b561

Update pages/chapter_index.py

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