georad commited on
Commit
b08c063
·
verified ·
1 Parent(s): 336be92

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +1 -1
pages/type_text.py CHANGED
@@ -21,7 +21,7 @@ os.getenv("HF_TOKEN")
21
  # """
22
  #st.markdown(hide_streamlit_style, unsafe_allow_html=True)
23
 
24
- st.header("Map internal descriptions to SBS codes with Sentence Transformer + Reasoning Models")
25
  st.subheader("Select specific Chapter for quicker results")
26
  #df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows.csv")
27
  df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows_with_total.csv")
 
21
  # """
22
  #st.markdown(hide_streamlit_style, unsafe_allow_html=True)
23
 
24
+ st.title("Map internal descriptions to SBS codes with Sentence Transformer + Reasoning Models")
25
  st.subheader("Select specific Chapter for quicker results")
26
  #df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows.csv")
27
  df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows_with_total.csv")