Vamsi Thiriveedhi commited on
Commit
ead76f9
·
1 Parent(s): fe0dee0

enh: improve wording on summary page

Browse files
Files changed (1) hide show
  1. filter_data_app.py +2 -2
filter_data_app.py CHANGED
@@ -371,8 +371,8 @@ def main():
371
  # Define the pages
372
  if page == "Summary":
373
  st.markdown('''
374
- This dashboard presents a summary of four rule-based checks applied to over 9.5 million segmentations from
375
- TotalSegmentator(v1) on 125k+ NLST CT scans, displaying the percentage of segmentations passing each check
376
  to highlight potential quality issues
377
  - segmentation completeness (ensuring empty slices above and below)
378
  - laterality (confirming correct left/right labeling)
 
371
  # Define the pages
372
  if page == "Summary":
373
  st.markdown('''
374
+ This dashboard presents a summary of the following four rule-based checks applied to over 9.5 million segmentations
375
+ from TotalSegmentator(v1) on 125k+ NLST CT scans, displaying the percentage of segmentations passing each check
376
  to highlight potential quality issues
377
  - segmentation completeness (ensuring empty slices above and below)
378
  - laterality (confirming correct left/right labeling)