awacke1 commited on
Commit
ee1e608
·
1 Parent(s): b56e939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ small_data = load_jsonl("usmle_2.08MB.jsonl")
59
  data = large_data if file_option == "usmle_16.2MB.jsonl" else small_data
60
 
61
  # Top 20 healthcare terms for USMLE
62
- top_20_terms = ['Heart', 'Lung', 'Pain', 'Memory', 'Kidney', 'Diabetes', 'Cancer', 'Infection', 'Virus', 'Bacteria', 'Gastrointestinal', 'Skin', 'Blood', 'Surgery']
63
 
64
  # Create Expander and Columns UI for terms
65
  with st.expander("Search by Common Terms 📚"):
 
59
  data = large_data if file_option == "usmle_16.2MB.jsonl" else small_data
60
 
61
  # Top 20 healthcare terms for USMLE
62
+ top_20_terms = ['Melanoma', 'carcinoma','Constipation', 'Colon', 'Muscle', 'Rehabilitation', 'Heart', 'Lung', 'Pain', 'Memory', 'Kidney', 'Diabetes', 'Cancer', 'Infection', 'Virus', 'Bacteria', 'Gastrointestinal', 'Skin', 'Blood', 'Surgery']
63
 
64
  # Create Expander and Columns UI for terms
65
  with st.expander("Search by Common Terms 📚"):