ceejaytheanalyst commited on
Commit
7107507
·
verified ·
1 Parent(s): 272a9aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -42,6 +42,9 @@ def mapping_code(user_input):
42
  # Streamlit frontend interface
43
  def main():
44
  st.title("CPT Description Mapping")
 
 
 
45
  # Input text box for user input
46
  user_input = st.text_input("Enter CPT description:", placeholder="Please enter a full description for better search results.")
47
  # Button to trigger mapping
 
42
  # Streamlit frontend interface
43
  def main():
44
  st.title("CPT Description Mapping")
45
+
46
+ st.markdown("**Note:** Similarity scores are not absolute and should be further confirmed manually for accuracy.")
47
+
48
  # Input text box for user input
49
  user_input = st.text_input("Enter CPT description:", placeholder="Please enter a full description for better search results.")
50
  # Button to trigger mapping