Update pages/chapter_index.py
Browse files- pages/chapter_index.py +3 -0
pages/chapter_index.py
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
|
|
|
|
|
|
4 |
#st.title("📘SBS mapper")
|
5 |
st.header("Map internal descriptions to SBS codes V2.0")
|
6 |
#st.image("images/SBS_Chapter_Index.png", use_container_width=True)
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
4 |
+
for k, v in st.session_state.items():
|
5 |
+
st.session_state[k] = v
|
6 |
+
|
7 |
#st.title("📘SBS mapper")
|
8 |
st.header("Map internal descriptions to SBS codes V2.0")
|
9 |
#st.image("images/SBS_Chapter_Index.png", use_container_width=True)
|