awacke1 commited on
Commit
f436479
1 Parent(s): 6a2ae70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ small_data = load_jsonl("usmle_2.08MB.jsonl")
55
  data = large_data if file_option == "usmle_16.2MB.jsonl" else small_data
56
 
57
  # Top 20 healthcare terms for USMLE
58
- top_20_terms = ['Heart', 'Lung', 'Pain', 'Memory', 'Kidney', 'Diabetes', 'Cancer', 'Infection', 'Virus', 'Bacteria', 'Neurology', 'Psychiatry', 'Gastrointestinal', 'Pediatrics', 'Oncology', 'Skin', 'Blood', 'Surgery', 'Epidemiology', 'Genetics']
59
 
60
  # Create Expander and Columns UI for terms
61
  with st.expander("Search by Common Terms 📚"):
 
55
  data = large_data if file_option == "usmle_16.2MB.jsonl" else small_data
56
 
57
  # Top 20 healthcare terms for USMLE
58
+ top_20_terms = ['Heart', 'Lung', 'Pain', 'Memory', 'Kidney', 'Diabetes', 'Cancer', 'Infection', 'Virus', 'Bacteria', 'Gastrointestinal', 'Skin', 'Blood', 'Surgery']
59
 
60
  # Create Expander and Columns UI for terms
61
  with st.expander("Search by Common Terms 📚"):