Update app.py
Browse files
app.py
CHANGED
@@ -46,9 +46,9 @@ def mapping_code(user_input,user_slider_input_number):
|
|
46 |
# Streamlit frontend interface
|
47 |
def main():
|
48 |
st.title("CPT Description Mapping")
|
49 |
-
st.markdown("<font color='red'>**⚠️
|
50 |
|
51 |
-
st.markdown("<font color='blue'>**💡 Note:**
|
52 |
|
53 |
|
54 |
user_slider_input_number = st.sidebar.slider('Select similarity threshold', 0.0, 1.0, 0.7, 0.01, key='slider1', help='Adjust the similarity threshold')
|
|
|
46 |
# Streamlit frontend interface
|
47 |
def main():
|
48 |
st.title("CPT Description Mapping")
|
49 |
+
st.markdown("<font color='red'>**⚠️ Please ensure the accuracy of your input spellings.**</font>", unsafe_allow_html=True)
|
50 |
|
51 |
+
st.markdown("<font color='blue'>**💡 Note:** Please note that the similarity scores provided are not indicative of accuracy . Top 5 code description provided should be verified with CPT description by User.</font>", unsafe_allow_html=True)
|
52 |
|
53 |
|
54 |
user_slider_input_number = st.sidebar.slider('Select similarity threshold', 0.0, 1.0, 0.7, 0.01, key='slider1', help='Adjust the similarity threshold')
|