Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ import streamlit as st
|
|
56 |
|
57 |
def main():
|
58 |
st.title("CPT Description Mapping")
|
59 |
-
st.markdown("<font color='blue'>**💡 Please enter the input CPT description with specific available details for best results.**</font>", unsafe_allow_html=True)
|
60 |
|
61 |
st.markdown("<font color='blue'>**💡 Note:** Please note that the similarity scores of each code are the calculated based on language module matching and the top 5 codes descriptions results should be verified with CPT description by the user.</font>", unsafe_allow_html=True)
|
62 |
|
|
|
56 |
|
57 |
def main():
|
58 |
st.title("CPT Description Mapping")
|
59 |
+
st.markdown("<font color='blue'>**💡 Please enter the input CPT description with specific available details in correct spelling for best results.**</font>", unsafe_allow_html=True)
|
60 |
|
61 |
st.markdown("<font color='blue'>**💡 Note:** Please note that the similarity scores of each code are the calculated based on language module matching and the top 5 codes descriptions results should be verified with CPT description by the user.</font>", unsafe_allow_html=True)
|
62 |
|