awacke1 commited on
Commit
0d25e09
·
1 Parent(s): 571c5ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -33,6 +33,11 @@ from PyPDF2 import PdfReader
33
  from templates import bot_template, css, user_template
34
  from xml.etree import ElementTree as ET
35
 
 
 
 
 
 
36
  # 1. Constants and Top Level UI Variables
37
 
38
  # My Inference API Copy
 
33
  from templates import bot_template, css, user_template
34
  from xml.etree import ElementTree as ET
35
 
36
+ # 0 - Load USMLE dataset with answers:
37
+ from datasets import load_dataset
38
+ dataset = load_dataset("augtoma/usmle_step_1")
39
+
40
+
41
  # 1. Constants and Top Level UI Variables
42
 
43
  # My Inference API Copy