Update pages/type_text.py
Browse files- 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 |
|