philippds commited on
Commit
7f68f9f
·
verified ·
1 Parent(s): 6e581f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,6 +12,8 @@ from tqdm.contrib.concurrent import thread_map
12
 
13
  from utils import make_clickable_model, make_clickable_user
14
 
 
 
15
  DATASET_REPO_URL = (
16
  "https://huggingface.co/datasets/hivex-research/hivex-leaderboard-data"
17
  )
 
12
 
13
  from utils import make_clickable_model, make_clickable_user
14
 
15
+ from typing import List # Add this import statement
16
+
17
  DATASET_REPO_URL = (
18
  "https://huggingface.co/datasets/hivex-research/hivex-leaderboard-data"
19
  )