Update app.py
Browse files
app.py
CHANGED
@@ -88,6 +88,11 @@ def mapping_code(user_input, mode):
|
|
88 |
def main():
|
89 |
st.title("CPT-SBS Code Mapping")
|
90 |
|
|
|
|
|
|
|
|
|
|
|
91 |
# Dropdown for user to choose mapping direction
|
92 |
mapping_mode = st.selectbox("Choose mapping direction:", ("CPT description to SBS code", "SBS description to CPT code"))
|
93 |
|
|
|
88 |
def main():
|
89 |
st.title("CPT-SBS Code Mapping")
|
90 |
|
91 |
+
st.markdown("<font color='red'>**⚠️ Please enter the input CPT/SBS description with specific available details for best results.**</font>", unsafe_allow_html=True)
|
92 |
+
|
93 |
+
st.markdown("<font color='blue'>**💡 Note:** Please note that the similarity scores provided are not indicative of accuracy. Top 5 code descriptions provided should be verified with CPT/SBS descriptions by the user.</font>", unsafe_allow_html=True)
|
94 |
+
|
95 |
+
|
96 |
# Dropdown for user to choose mapping direction
|
97 |
mapping_mode = st.selectbox("Choose mapping direction:", ("CPT description to SBS code", "SBS description to CPT code"))
|
98 |
|