ceejaytheanalyst commited on
Commit
86e20d7
·
verified ·
1 Parent(s): d529f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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