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