Update pages/chapter_index.py
Browse files- pages/chapter_index.py +2 -3
pages/chapter_index.py
CHANGED
@@ -2,7 +2,8 @@ import streamlit as st
|
|
2 |
import pandas as pd
|
3 |
|
4 |
#st.title("📘SBS mapper")
|
5 |
-
st.header("Map internal descriptions to SBS codes
|
|
|
6 |
#st.image("images/SBS_Chapter_Index.png", use_container_width=True)
|
7 |
st.subheader("Select specific Chapter for quicker results")
|
8 |
df_chapters = pd.read_csv("SBS_V2_Chapter_Index.csv")
|
@@ -29,8 +30,6 @@ selection = dataframe_with_selections(df_chapters)
|
|
29 |
st.write("Your selection:")
|
30 |
st.write(selection)
|
31 |
|
32 |
-
st.subheader("* Demo currently limited to Chapter 20: Imaging services")
|
33 |
-
|
34 |
#'Procedures on nervous system'
|
35 |
#'Procedures on endocrine system'
|
36 |
#'Procedures on eye and adnexa'
|
|
|
2 |
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")
|
|
|
30 |
st.write("Your selection:")
|
31 |
st.write(selection)
|
32 |
|
|
|
|
|
33 |
#'Procedures on nervous system'
|
34 |
#'Procedures on endocrine system'
|
35 |
#'Procedures on eye and adnexa'
|