Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|