georad commited on
Commit
22dc694
·
verified ·
1 Parent(s): ff0c773

Update pages/chapter_index.py

Browse files
Files changed (1) hide show
  1. pages/chapter_index.py +1 -1
pages/chapter_index.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
 
4
  #st.title("📘SBS mapper")
5
  st.header("Map internal descriptions to SBS codes V2.0")
6
- st.write("Work in progress; Demo currently limited to Chapter 20: Imaging services")
7
  #st.image("images/SBS_Chapter_Index.png", use_container_width=True)
8
  st.subheader("Select specific Chapter for quicker results")
9
  df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
 
3
 
4
  #st.title("📘SBS mapper")
5
  st.header("Map internal descriptions to SBS codes V2.0")
6
+ st.subheader("Work in progress; Demo currently limited to Chapter 20: Imaging services")
7
  #st.image("images/SBS_Chapter_Index.png", use_container_width=True)
8
  st.subheader("Select specific Chapter for quicker results")
9
  df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")