Update pages/type_text.py
Browse files- pages/type_text.py +2 -6
pages/type_text.py
CHANGED
@@ -9,10 +9,6 @@ import time
|
|
9 |
import os
|
10 |
os.getenv("HF_TOKEN")
|
11 |
|
12 |
-
#def header(content):
|
13 |
-
# st.markdown(f'<p style="background-color:#0066cc;color:#33ff33;font-size:24px;border-radius:2%;">{content}</p>', unsafe_allow_html=True)
|
14 |
-
#header("SBS V2.0 mapper (work in progress)")
|
15 |
-
|
16 |
#hide_streamlit_style = """
|
17 |
# <style>
|
18 |
# div[data-testid="stHeader"] {
|
@@ -24,8 +20,8 @@ os.getenv("HF_TOKEN")
|
|
24 |
# """
|
25 |
#st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
26 |
|
27 |
-
st.title(":blue[SBS V2.0 mapper] (work in
|
28 |
-
st.header("Map internal descriptions to SBS codes with
|
29 |
st.subheader("Select specific Chapter for quicker results")
|
30 |
#df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows.csv")
|
31 |
df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows_with_total.csv")
|
|
|
9 |
import os
|
10 |
os.getenv("HF_TOKEN")
|
11 |
|
|
|
|
|
|
|
|
|
12 |
#hide_streamlit_style = """
|
13 |
# <style>
|
14 |
# div[data-testid="stHeader"] {
|
|
|
20 |
# """
|
21 |
#st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
22 |
|
23 |
+
#st.title(":blue[SBS V2.0 mapper] (work in progress)")
|
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")
|