georad commited on
Commit
4bba38a
·
verified ·
1 Parent(s): 17de2f4

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +2 -2
pages/type_text.py CHANGED
@@ -21,8 +21,8 @@ os.getenv("HF_TOKEN")
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")
28
 
 
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")
28