Update pages/chapter_index.py
Browse files- pages/chapter_index.py +2 -2
pages/chapter_index.py
CHANGED
@@ -1,8 +1,8 @@
|
|
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("📘Map internal description to SBS codes V2.0")
|
8 |
st.subheader("Select specific Chapter for quicker results")
|
|
|
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("📘Map internal description to SBS codes V2.0")
|
8 |
st.subheader("Select specific Chapter for quicker results")
|